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

Represents TextInput events.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public enum InputEvents

Fields

Occurs when inserting standard text without using the IME.

C#
OnStandardTextInput = 3

Occurs when ending the text input.

C#
OnTextInput = 2

Occurs when starting a new text input.

C#
OnTextInputStart = 0

Occurs when updating the text input.

C#
OnTextInputUpdate = 1