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

In This Topic
    CustomizeToolBarEventHandler Delegate
    In This Topic
    Represents the method that will handle a CustomizeToolBar event.
    Syntax
    '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.
    See Also