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