Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / DrawArrowEventHandler Delegate
The source of the event.
A DrawArrowEventArgs object that contains the event data.

In This Topic
    DrawArrowEventHandler Delegate
    In This Topic
    Represents the method that will handle a DrawArrow event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub DrawArrowEventHandler( _
       ByVal sender As Object, _
       ByVal e As DrawArrowEventArgs _
    ) 
    public delegate void DrawArrowEventHandler( 
       object sender,
       DrawArrowEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A DrawArrowEventArgs object that contains the event data.
    See Also