CaretPositionChangedEventArgs Class

Definition

Provides information for the PositionChanged event.

public ref class CaretPositionChangedEventArgs : EventArgs
public class CaretPositionChangedEventArgs : EventArgs
type CaretPositionChangedEventArgs = class
    inherit EventArgs
Public Class CaretPositionChangedEventArgs
Inherits EventArgs
Inheritance
CaretPositionChangedEventArgs

Constructors

CaretPositionChangedEventArgs(ITextView, CaretPosition, CaretPosition)

Initializes a new instance of CaretPositionChangedEventArgs.

Properties

NewPosition

Gets the new CaretPosition.

OldPosition

Gets the old CaretPosition.

TextView

Gets the ITextView that contains the caret.

Applies to