PositionChangedEventArgs Constructor
In This Topic
Creates a new instance of
PositionChangedEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
public PositionChangedEventArgs(
int ,
int
)
Parameters
- x
- The X coordinate of the mouse position.
- y
- The Y coordinate of the mouse position.
See Also