ToolBarButtonClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Provides data for the ButtonClick event.
- C#
- VB.NET
public class ToolBarButtonClickEventArgs : EventArgs
Public Class ToolBarButtonClickEventArgs
Inherits EventArgs
Constructors
ToolBarButtonClickEventArgs(button)
Initializes a new instance of the ToolBarButtonClickEventArgs class.
| Name | Type | Description |
|---|---|---|
| button | ToolBarButton | The ToolBarButton that was clicked. |
Properties
Button
ToolBarButton: Returns or sets the ToolBarButton that was clicked.
Used By
| Name | Description |
|---|---|
| ToolBarButtonClickEventHandler | Represents the method that will handle the ButtonClick event of a ToolBar. |