ComponentOne Menus and Toolbars for WinForms
DrawArrowEventHandler Delegate

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace : DrawArrowEventHandler Delegate
The source of the event.
A DrawArrowEventArgs object that contains the event data.
Represents the method that will handle a DrawArrow event.
Syntax
'Declaration
 
Public Delegate Sub DrawArrowEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As DrawArrowEventArgs _
) 
public delegate void DrawArrowEventHandler( 
   System.object sender,
   DrawArrowEventArgs e
)

Parameters

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

Reference

DrawArrowEventHandler Members
C1.Win.C1Command Namespace