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






    LabelChangedHandler Delegate
    Syntax
    'Declaration
     
    
    Public Delegate Sub LabelChangedHandler( _
       ByVal Sender As System.Object, _
       ByVal label As DicomLabel _
    ) 
     
    'Usage
     
    
    Dim instance As New LabelChangedHandler(AddressOf HandlerMethod)

    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