ClassImeCaretMovedEventArgs
Class
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
Constructors
ImeCaretMovedEventArgs(int)
Declaration
cs-api-definition
public ImeCaretMovedEventArgs(int caretIndex)
Parameters
caretIndex
Properties
CaretIndex
Gets the index of the caret within the text.
Declaration
cs-api-definition
public int CaretIndex { get; }
Property Value
The index position of the caret.