DicomObjects.NET.8.48 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 PSLabelCreatedHandler( 
        args: PSLabelCreatedArgs
    );
    public delegate PSLabelCreatedHandler( 
       args : PSLabelCreatedArgs
    )
    public: __gc __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: .NET CLR 4.8 or higher

    See Also