StatusBarPanelClickEventArgs
Wisej.Web.StatusBarPanelClickEventArgs
Last updated
Wisej.Web.StatusBarPanelClickEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the PanelClick event.
Initializes a new instance of the StatusBarPanelClickEventArgs class.
Name | Type | Description |
---|---|---|
statusBarPanel | The StatusBarPanel that represents the panel that was clicked. | |
button | One of the MouseButtons values that represents the mouse buttons that were clicked while over the StatusBarPanel. | |
clicks | The number of times that the mouse button was clicked. | |
x | The x-coordinate of the mouse click. | |
y | The y-coordinate of the mouse click. |
Initializes a new instance of the StatusBarPanelClickEventArgs class.
Name | Type | Description |
---|---|---|
statusBarPanel | The StatusBarPanel that represents the panel that was clicked. | |
button | One of the MouseButtons values that represents the mouse buttons that were clicked while over the StatusBarPanel. | |
clicks | The number of times that the mouse button was clicked. | |
x | The x-coordinate of the mouse click. | |
y | The y-coordinate of the mouse click. | |
role | The internal role assigned to the element that generated the pointer event. |
Initializes a new instance of the StatusBarPanelClickEventArgs class.
Name | Type | Description |
---|---|---|
args | The event arguments received from the client. |
StatusBarPanel: Returns the StatusBarPanel to draw.
Name | Description |
---|---|
Represents the method that will handle the PanelClick event of a StatusBar. |