DicomObjects.NetStandard Documentation
DicomObjects.Delegates Namespace / PSLabelCreatedHandler Delegate
Event args that contains the label which has been created from Presentation State, the DICOM presentation state instance from which the label is created and the specific Presentation State Item for the label created



In This Topic
    PSLabelCreatedHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    
    Public Delegate Sub PSLabelCreatedHandler( _
       ByVal args As PSLabelCreatedArgs _
    ) 
    'Usage
     
    
    Dim instance As New PSLabelCreatedHandler(AddressOf HandlerMethod)
    public delegate void PSLabelCreatedHandler( 
       PSLabelCreatedArgs args
    )
    public delegate void PSLabelCreatedHandler( 
       PSLabelCreatedArgs^ args
    )

    Parameters

    args
    Event args that contains the label which has been created from Presentation State, the DICOM presentation state instance from which the label is created and the specific Presentation State Item for the label created
    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