ToolBarButtonClickEventHandler
Wisej.Web.ToolBarButtonClickEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle the ButtonClick event of a ToolBar.
Parameters
Name | Type | Description |
---|---|---|
sender | The source of the event. | |
e | A ToolBarButtonClickEventArgs that contains the event data. |
Fired By
Name | Description |
---|---|
Fired when a ToolBarButton on the ToolBar is clicked. | |
Fired when a drop-down style ToolBarButton or its down arrow is clicked. | |
Fired when a ToolBarButton on the ToolBar is clicked. | |
Fired when a drop-down style ToolBarButton or its down arrow is clicked. |
Last updated