'Declaration
Public Delegate Sub CustomizeToolBarEventHandler( _ ByVal sender As Object, _ ByVal e As CustomizeToolBarEventArgs _ )
public delegate void CustomizeToolBarEventHandler( object sender, CustomizeToolBarEventArgs e )
Parameters
- sender
- The source of the event.
- e
- A CustomizeToolBarEventArgs object that contains the event data.