Table of Contents

Class PositionChangedEventArgs

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

Provides data for the event that occurs when the position within the text part of the ITextSource is changed.

public class PositionChangedEventArgs : EventArgs
Inheritance
PositionChangedEventArgs

Constructors

PositionChangedEventArgs(UpdateReason, int, int)

Initializes a new instance of the PositionChangedEventArgs class with specified parameters.

Properties

DeltaX

Represents the horizontal displacement of the current position within the text of the ITextSource.

DeltaY

Represents the vertical displacement of the current position within the text of the ITextSource control.

Reason

Represents the reason of the position change, such as insert new symbol, delete symbol, navigate and so on.