DicomObjects.NET10 Documentation
DicomObjects.Delegates Namespace / DrawStartHandler Delegate
Control raising the event
Additional DicomObjects specific argument



In This Topic
    DrawStartHandler Delegate
    In This Topic
    Delegate used by the DicomObjects.DicomViewer.DrawStart event
    Syntax
    'Declaration
     
    
    Public Delegate Sub DrawStartHandler( _
       ByVal Sender As Object, _
       ByVal args As DrawStartEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New DrawStartHandler(AddressOf HandlerMethod)
    public delegate void DrawStartHandler( 
       object Sender,
       DrawStartEventArgs args
    )
    public delegate void DrawStartHandler( 
       Object^ Sender,
       DrawStartEventArgs^ args
    )

    Parameters

    Sender
    Control raising the event
    args
    Additional DicomObjects specific argument
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also