New to Telerik UI for WPFStart a free 30-day trial

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 EventArgs.Empty

Constructors

C#
public ImeCaretMovedEventArgs(int caretIndex)
Parameters:caretIndexint

Properties

Gets the index of the caret within the text.

C#
public int CaretIndex { get; }
Property Value:

The index position of the caret.