DicomObjects.NET.8.48 Documentation
DicomObjects.Delegates Namespace / PositionChangedHandler Delegate
The object causing the change to happen
The Image which has changed






    PositionChangedHandler Delegate
    Syntax
    'Declaration
     
    
    Public Delegate Sub PositionChangedHandler( _
       ByVal Sender As System.Object, _
       ByVal Image As DicomImage _
    ) 
     
    'Usage
     
    
    Dim instance As New PositionChangedHandler(AddressOf HandlerMethod)

    Parameters

    Sender
    The object causing the change to happen
    Image
    The Image which has changed
    Remarks
    In practice, currently, Sender and Image are the same object.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also