DicomObjects.NET.V8
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
    'Usage
     
    Dim instance As DicomGlobal
    Dim handler As ChangeUidHandler
     
    AddHandler instance.OnChangeUid, handler
    public event ChangeUidHandler OnChangeUid
    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.0 or higher

    See Also