StatusBarPanelClickEventArgs

Wisej.Web.StatusBarPanelClickEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the PanelClick event.

public class StatusBarPanelClickEventArgs : MouseEventArgs

Constructors

Initializes a new instance of the StatusBarPanelClickEventArgs class.

NameTypeDescription

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.

NameTypeDescription

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.

NameTypeDescription

args

The event arguments received from the client.

Properties

StatusBarPanel: Returns the StatusBarPanel to draw.

Used By

NameDescription

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

Last updated