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:
C#
public class ImeCaretMovedEventArgs : EventArgs
Inheritance: objectEventArgsImeCaretMovedEventArgs
Inherited Members
Constructors
Properties
Gets the index of the caret within the text.
C#
public int CaretIndex { get; }
The index position of the caret.