ToolBarButtonClickEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents the method that will handle the ButtonClick event of a ToolBar.
- C#
- VB.NET
public delegate void ToolBarButtonClickEventHandler(Object sender, ToolBarButtonClickEventArgs e)
Public Delegate Sub ToolBarButtonClickEventHandler(ByVal sender As [Object], ByVal e As ToolBarButtonClickEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | ToolBarButtonClickEventArgs | A ToolBarButtonClickEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| PropertyGrid.ToolbarButtonClick | Fired when a ToolBarButton on the ToolBar is clicked. |
| PropertyGrid.ToolbarButtonDropDown | Fired when a drop-down style ToolBarButton or its down arrow is clicked. |
| ToolBar.ButtonClick | Fired when a ToolBarButton on the ToolBar is clicked. |
| ToolBar.ButtonDropDown | Fired when a drop-down style ToolBarButton or its down arrow is clicked. |