[]
Provides data for PositionChanged event.
public class PositionChangedEventArgs : EventArgs
Name | Description |
---|---|
PositionChangedEventArgs(int, int) | Creates a new instance of PositionChangedEventArgs class. |
Name | Description |
---|---|
X | Gets or sets the X coordinate of the mouse position. |
Y | Gets or sets the Y coordinate of the mouse position. |