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 _
    ) 
    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