StatusBarPanelClickEventArgs
Wisej.Web.StatusBarPanelClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the PanelClick event.
public class StatusBarPanelClickEventArgs : MouseEventArgsPublic Class StatusBarPanelClickEventArgs
Inherits MouseEventArgsConstructors
StatusBarPanelClickEventArgs(statusBarPanel, button, clicks, x, y)
Initializes a new instance of the StatusBarPanelClickEventArgs class.
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.
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.
Properties
StatusBarPanel
StatusBarPanel: Returns the StatusBarPanel to draw.
Used By
Represents the method that will handle the PanelClick event of a StatusBar.
Last updated
Was this helpful?

