Skip to main content
Version: 4.1

ToolBarButtonClickEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the ButtonClick event of a ToolBar.

public delegate void ToolBarButtonClickEventHandler(Object sender, ToolBarButtonClickEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eToolBarButtonClickEventArgsA ToolBarButtonClickEventArgs that contains the event data.

Fired By

NameDescription
PropertyGrid.ToolbarButtonClickFired when a ToolBarButton on the ToolBar is clicked.
PropertyGrid.ToolbarButtonDropDownFired when a drop-down style ToolBarButton or its down arrow is clicked.
ToolBar.ButtonClickFired when a ToolBarButton on the ToolBar is clicked.
ToolBar.ButtonDropDownFired when a drop-down style ToolBarButton or its down arrow is clicked.