Skip to main content
Version: 4.1

ToolBarButtonClickEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the ButtonClick event.

public class ToolBarButtonClickEventArgs : EventArgs

Constructors

Instance member ToolBarButtonClickEventArgs(button)

Initializes a new instance of the ToolBarButtonClickEventArgs class.

NameTypeDescription
buttonToolBarButtonThe ToolBarButton that was clicked.

Properties

Instance member Button

ToolBarButton: Returns or sets the ToolBarButton that was clicked.

Used By

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