DicomObjects.NET.8.48 Documentation
DicomObjects.Delegates Namespace / CustomFormatLabelTextDelegate Delegate
The event parameter

In This Topic
    CustomFormatLabelTextDelegate Delegate
    In This Topic
    Syntax
    'Declaration
     
    
    Public Delegate Sub CustomFormatLabelTextDelegate( _
       ByVal args As CustomFormatLabelTextEventArgs _
    ) 
    public delegate void CustomFormatLabelTextDelegate( 
       CustomFormatLabelTextEventArgs args
    )

    Parameters

    args
    The event parameter
    Remarks
    Useful for display frame-specific information as DicomLabel when playing through the cine
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also