ClassTextInsertedEventArgs
Class
Represents the event arguments for the TextInserted event.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class TextInsertedEventArgs : EventArgs
Inheritance: objectEventArgsTextInsertedEventArgs
Inherited Members
Constructors
TextInsertedEventArgs(string, InputEvents, ImeLanguage)
Declaration
cs-api-definition
public TextInsertedEventArgs(string text, InputEvents currentEvent, ImeLanguage imeLanguage)
Parameters
text
currentEvent
imeLanguage
Properties
CurrentEvent
Get the current event that triggered the text insertion.
ImeLanguage
Gets the IME (Input Method Editor) language associated with the text insert event.
Declaration
cs-api-definition
public ImeLanguage ImeLanguage { get; }
Property Value
The IME language as a string, representing the language used for character input.