DicomObjects.NET.8.48 Documentation
DicomObjects.Delegates Namespace / LabelChangedHandler Delegate
Standard event Sender argument
The label which has changed

In This Topic
    LabelChangedHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    
    Public Delegate Sub LabelChangedHandler( _
       ByVal Sender As System.Object, _
       ByVal label As DicomLabel _
    ) 
    public delegate void LabelChangedHandler( 
       System.object Sender,
       DicomLabel label
    )

    Parameters

    Sender
    Standard event Sender argument
    label
    The label which has changed
    Remarks
    If the Area property changes, then the rectangle passed as a parameter is the union of the old and new Areas.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also