StatusBarPanelClickEventArgs
Wisej.Web.StatusBarPanelClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the PanelClick event.
public class StatusBarPanelClickEventArgs : MouseEventArgs
Constructors
StatusBarPanelClickEventArgs(statusBarPanel, button, clicks, x, y)

Initializes a new instance of the StatusBarPanelClickEventArgs class.
Name
Type
Description
button
One of the MouseButtons values that represents the mouse buttons that were clicked while over the StatusBarPanel.
StatusBarPanelClickEventArgs(statusBarPanel, button, clicks, x, y, role)

Initializes a new instance of the StatusBarPanelClickEventArgs class.
Name
Type
Description
button
One of the MouseButtons values that represents the mouse buttons that were clicked while over the StatusBarPanel.
StatusBarPanelClickEventArgs(args)

Initializes a new instance of the StatusBarPanelClickEventArgs class.
Name
Type
Description
Properties
StatusBarPanel

StatusBarPanel: Returns the StatusBarPanel to draw.
Used By
Name
Description
Represents the method that will handle the PanelClick event of a StatusBar.
Last updated
Was this helpful?