DicomObjects.NET Core 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
    'Usage
     
    
    Dim instance As DicomGlobal
    Dim handler As ChangeUidHandler
     
    AddHandler instance.OnChangeUid, handler
    public event ChangeUidHandler OnChangeUid
    public:
    event ChangeUidHandler^ OnChangeUid
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also