[]
Creates a new instance of PositionChangedEventArgs class.
public PositionChangedEventArgs(int x, int y)
Public Sub New(x As Integer, y As Integer)
| Type | Name | Description |
|---|---|---|
| int | x | The X coordinate of the mouse position. |
| int | y | The Y coordinate of the mouse position. |