StatusBarPanelClickEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the PanelClick event of a StatusBar.
- C#
- VB.NET
public delegate void StatusBarPanelClickEventHandler(Object sender, StatusBarPanelClickEventArgs e)
Public Delegate Sub StatusBarPanelClickEventHandler(ByVal sender As [Object], ByVal e As StatusBarPanelClickEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | StatusBarPanelClickEventArgs | A StatusBarPanelClickEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| StatusBar.PanelClick | Fired when a StatusBarPanel object on a StatusBar control is clicked. |