Wisej.Web.StatusBarPanelClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the PanelClick event.
Initializes a new instance of the StatusBarPanelClickEventArgs class.
Name | Type | Description |
---|---|---|
Initializes a new instance of the StatusBarPanelClickEventArgs class.
Initializes a new instance of the StatusBarPanelClickEventArgs class.
StatusBarPanel: Returns the StatusBarPanel to draw.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | 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.
args
The event arguments received from the client.
Represents the method that will handle the PanelClick event of a StatusBar.
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.