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

In This Topic
    PositionChangedHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    
    Public Delegate Sub PositionChangedHandler( _
       ByVal Sender As System.Object, _
       ByVal Image As DicomImage _
    ) 
    public delegate void PositionChangedHandler( 
       System.object Sender,
       DicomImage Image
    )

    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