Skip to main content
Version: 4.1

StatusBarPanelClickEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the PanelClick event of a StatusBar.

public delegate void StatusBarPanelClickEventHandler(Object sender, StatusBarPanelClickEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eStatusBarPanelClickEventArgsA StatusBarPanelClickEventArgs that contains the event data.

Fired By

NameDescription
StatusBar.PanelClickFired when a StatusBarPanel object on a StatusBar control is clicked.