DicomObjects.NET Core Documentation
DicomObjects.EventArguments Namespace / ChangeUidArgs Class
Members



In This Topic
    ChangeUidArgs Class
    In This Topic
    Argument for the DicomObjects.DicomGlobal.OnChangeUid event, allowing visibility and control of UID changes
    Object Model
    ChangeUidArgs ClassDicomDataSet ClassDicomAttribute Class
    Syntax
    'Declaration
     
    
    Public Class ChangeUidArgs 
    'Usage
     
    
    Dim instance As ChangeUidArgs
    public class ChangeUidArgs 
    public ref class ChangeUidArgs 
    Inheritance Hierarchy

    System.Object
       DicomObjects.EventArguments.ChangeUidArgs

    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