StatusBarPanelClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Provides data for the PanelClick event.
- C#
- VB.NET
public class StatusBarPanelClickEventArgs : MouseEventArgs
Public Class StatusBarPanelClickEventArgs
Inherits MouseEventArgs
Constructors
StatusBarPanelClickEventArgs(statusBarPanel, button, clicks, x, y)
Initializes a new instance of the StatusBarPanelClickEventArgs class.
| Name | Type | Description |
|---|---|---|
| statusBarPanel | StatusBarPanel | The StatusBarPanel that represents the panel that was clicked. |
| button | MouseButtons | One of the MouseButtons values that represents the mouse buttons that were clicked while over the StatusBarPanel. |
| clicks | Int32 | The number of times that the mouse button was clicked. |
| x | Int32 | The x-coordinate of the mouse click. |
| y | Int32 | The y-coordinate of the mouse click. |
StatusBarPanelClickEventArgs(statusBarPanel, button, clicks, x, y, role)
Initializes a new instance of the StatusBarPanelClickEventArgs class.
| Name | Type | Description |
|---|---|---|
| statusBarPanel | StatusBarPanel | The StatusBarPanel that represents the panel that was clicked. |
| button | MouseButtons | One of the MouseButtons values that represents the mouse buttons that were clicked while over the StatusBarPanel. |
| clicks | Int32 | The number of times that the mouse button was clicked. |
| x | Int32 | The x-coordinate of the mouse click. |
| y | Int32 | The y-coordinate of the mouse click. |
| role | String | The internal role assigned to the element that generated the pointer event. |
StatusBarPanelClickEventArgs(args)
Initializes a new instance of the StatusBarPanelClickEventArgs class.
| Name | Type | Description |
|---|---|---|
| args | WisejEventArgs | The event arguments received from the client. |
Properties
StatusBarPanel
StatusBarPanel: Returns the StatusBarPanel to draw.
Used By
| Name | Description |
|---|---|
| StatusBarPanelClickEventHandler | Represents the method that will handle the PanelClick event of a StatusBar. |