Skip to main content
Version: 3.5

ToolBarButtonClickEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ButtonClick event.

public class ToolBarButtonClickEventArgs : EventArgs

Constructors

Instance memberToolBarButtonClickEventArgs(button)

Initializes a new instance of the ToolBarButtonClickEventArgs class.

NameTypeDescription
buttonToolBarButtonThe ToolBarButton that was clicked.

Properties

Instance memberButton

ToolBarButton: Returns or sets the ToolBarButton that was clicked.

Used By

NameDescription
ToolBarButtonClickEventHandlerRepresents the method that will handle the ButtonClick event of a ToolBar.