ComponentOne Menus and Toolbars for WinForms
CustomizeToolBarEventHandler Delegate

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

Parameters

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

Reference

CustomizeToolBarEventHandler Members
C1.Win.C1Command Namespace