Class TextInsertedEventArgs
Inheritance
System.Object
TextInsertedEventArgs
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TextInsertedEventArgs : EventArgs
Constructors
TextInsertedEventArgs(String, Boolean, Boolean)
Declaration
public TextInsertedEventArgs(string text, bool shouldPersist, bool shouldStartNewComposition)
Parameters
System.
|
System.
|
System.
|
TextInsertedEventArgs(String, InputEvents, ImeLanguage)
Declaration
public TextInsertedEventArgs(string text, InputEvents currentEvent, ImeLanguage imeLanguage)
Parameters
System.
|
Input
|
Ime
|
Properties
CurrentEvent
Get the current event that triggered the text insertion.
Declaration
public InputEvents CurrentEvent { get; }
Property Value
ImeLanguage
ShouldPersist
Declaration
public bool ShouldPersist { get; }
Property Value
System.
|
ShouldStartNewComposition
Declaration
public bool ShouldStartNewComposition { get; }
Property Value
System.
|
Text
Declaration
public string Text { get; }
Property Value
System.
|