Class MouseButtonEventArgs
Class MouseButtonEventArgs. Implements the EventArgs
Inherited Members
Namespace: VisioForge.Core.Types.X.Events
Assembly: VisioForge.Core.dll
Syntax
public class MouseButtonEventArgs : EventArgs
Properties
Button
Gets or sets the button.
Declaration
public MouseButton Button { get; set; }
Property Value
Type | Description |
---|---|
MouseButton | The button. |
X
Gets or sets the x.
Declaration
public int X { get; set; }
Property Value
Type | Description |
---|---|
int | The x. |
Y
Gets or sets the y.
Declaration
public int Y { get; set; }
Property Value
Type | Description |
---|---|
int | The y. |