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
reason
UpdateReasonReason of the position change.
deltaX
intHorizontal displacement of the current position.
deltaY
intVertical displacement of the current position.