EnumInputEvents
Enum
Represents TextInput events.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public enum InputEvents
Fields
OnStandardTextInput
Occurs when inserting standard text without using the IME.
OnTextInput
Occurs when ending the text input.
OnTextInputStart
Occurs when starting a new text input.
OnTextInputUpdate
Occurs when updating the text input.