ToolBarButtonClickEventHandler

Wisej.Web.ToolBarButtonClickEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public delegate void ToolBarButtonClickEventHandler(Object sender, ToolBarButtonClickEventArgs e)

Parameters

NameTypeDescription

sender

The source of the event.

e

A ToolBarButtonClickEventArgs that contains the event data.

Fired By

NameDescription

Fired when a ToolBarButton on the ToolBar is clicked.

Fired when a drop-down style ToolBarButton or its down arrow is clicked.

Fired when a ToolBarButton on the ToolBar is clicked.

Fired when a drop-down style ToolBarButton or its down arrow is clicked.

Last updated