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






    PSLabelCreatedHandler Delegate
    Syntax
    'Declaration
     
    
    Public Delegate Sub PSLabelCreatedHandler( _
       ByVal args As PSLabelCreatedArgs _
    ) 
     
    'Usage
     
    
    Dim instance As New PSLabelCreatedHandler(AddressOf HandlerMethod)

    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