[]
Represents the method that will handle a CustomizeToolBar event.
public delegate void CustomizeToolBarEventHandler(object sender, CustomizeToolBarEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| CustomizeToolBarEventArgs | e | A CustomizeToolBarEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| CustomizeToolBarEventHandler(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(object, CustomizeToolBarEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, CustomizeToolBarEventArgs) |