DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / OnChangeUid Event

In This Topic
    OnChangeUid Event
    In This Topic
    Event fired when DicomObjects should change a UID for an object
    Syntax
    'Declaration
     
    
    Public Event OnChangeUid As ChangeUidHandler
    public event ChangeUidHandler OnChangeUid
    Remarks
    This event allows developers to see the old and new UIDs in circumstances where UIDs should be changed, allowing the default bahaviour and new UID to be overridden
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also