Table of Contents

Constructor PositionChangedEventArgs

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

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 UpdateReason

Reason of the position change.

deltaX int

Horizontal displacement of the current position.

deltaY int

Vertical displacement of the current position.