ToolBarButtonClickEventArgs
Wisej.Web.ToolBarButtonClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the ButtonClick event.
public class ToolBarButtonClickEventArgs : EventArgs
Constructors
ToolBarButtonClickEventArgs(button)

Initializes a new instance of the ToolBarButtonClickEventArgs class.
Name
Type
Description
Properties
Button

ToolBarButton: Returns or sets the ToolBarButton that was clicked.
Used By
Name
Description
Represents the method that will handle the ButtonClick event of a ToolBar.
Last updated
Was this helpful?