Constructor PositionChangedEventArgs
PositionChangedEventArgs(UpdateReason, int, int)
Initializes a new instance of the PositionChangedEventArgs class with specified parameters.
public PositionChangedEventArgs(UpdateReason reason, int deltaX, int deltaY)
Parameters
reasonUpdateReasonReason of the position change.
deltaXintHorizontal displacement of the current position.
deltaYintVertical displacement of the current position.