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