Class
ImeCaretMovedEventArgs

Represents the arguments for the ImeCaretMoved event, providing information about the position and context of the caret movement.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ImeCaretMovedEventArgs : EventArgs

Inheritance: objectEventArgsImeCaretMovedEventArgs

Inherited Members EventArgs.Empty

Constructors

ImeCaretMovedEventArgs(int)

Declaration

cs-api-definition
public ImeCaretMovedEventArgs(int caretIndex)

Parameters

caretIndex

int

Properties

CaretIndex

Gets the index of the caret within the text.

Declaration

cs-api-definition
public int CaretIndex { get; }

Property Value

int

The index position of the caret.