Skip to main content
Version: 4.1

StatusBarPanelClickEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the PanelClick event.

public class StatusBarPanelClickEventArgs : MouseEventArgs

Constructors

Instance member StatusBarPanelClickEventArgs(statusBarPanel, button, clicks, x, y)

Initializes a new instance of the StatusBarPanelClickEventArgs class.

NameTypeDescription
statusBarPanelStatusBarPanelThe StatusBarPanel that represents the panel that was clicked.
buttonMouseButtonsOne of the MouseButtons values that represents the mouse buttons that were clicked while over the StatusBarPanel.
clicksInt32The number of times that the mouse button was clicked.
xInt32The x-coordinate of the mouse click.
yInt32The y-coordinate of the mouse click.

Instance member StatusBarPanelClickEventArgs(statusBarPanel, button, clicks, x, y, role)

Initializes a new instance of the StatusBarPanelClickEventArgs class.

NameTypeDescription
statusBarPanelStatusBarPanelThe StatusBarPanel that represents the panel that was clicked.
buttonMouseButtonsOne of the MouseButtons values that represents the mouse buttons that were clicked while over the StatusBarPanel.
clicksInt32The number of times that the mouse button was clicked.
xInt32The x-coordinate of the mouse click.
yInt32The y-coordinate of the mouse click.
roleStringThe internal role assigned to the element that generated the pointer event.

Instance member StatusBarPanelClickEventArgs(args)

Initializes a new instance of the StatusBarPanelClickEventArgs class.

NameTypeDescription
argsWisejEventArgsThe event arguments received from the client.

Properties

Instance member StatusBarPanel

StatusBarPanel: Returns the StatusBarPanel to draw.

Used By

NameDescription
StatusBarPanelClickEventHandlerRepresents the method that will handle the PanelClick event of a StatusBar.