Class InputEvents
Represents TextInput events.
Inheritance
System.Object
InputEvents
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class InputEvents : Enum
Fields
OnStandardTextInput
Occurs when inserting standard text without using the IME.
Declaration
public const InputEvents OnStandardTextInput
Field Value
OnTextInput
Occurs when ending the text input.
Declaration
public const InputEvents OnTextInput
Field Value
OnTextInputStart
Occurs when starting a new text input.
Declaration
public const InputEvents OnTextInputStart
Field Value
OnTextInputUpdate
Occurs when updating the text input.
Declaration
public const InputEvents OnTextInputUpdate
Field Value
value__
Declaration
public int value__
Field Value
System.
|