DicomObjects.NET.8.48 Documentation
DicomObjects.Delegates Namespace / DrawStartHandler Delegate
Control raising the event
Standard system PaintEventArgs parameter
Additional DicomObjects specific argument






    DrawStartHandler Delegate
    Delegate used by the DicomObjects.DicomViewer.DrawStart event
    Syntax
    'Declaration
     
    
    Public Delegate Sub DrawStartHandler( _
       ByVal Sender As System.Object, _
       ByVal e As System.Windows.Forms.PaintEventArgs, _
       ByVal DrawStartArgs As DrawStartEventArgs _
    ) 
     
    'Usage
     
    
    Dim instance As New DrawStartHandler(AddressOf HandlerMethod)

    Parameters

    Sender
    Control raising the event
    e
    Standard system PaintEventArgs parameter
    DrawStartArgs
    Additional DicomObjects specific argument
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also