ComponentOne Menus and Toolbars for WinForms
DrawBarEventHandler Delegate

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

Parameters

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

Reference

DrawBarEventHandler Members
C1.Win.C1Command Namespace