Class TextInsertedEventArgs
Inheritance
System.Object
TextInsertedEventArgs
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TextInsertedEventArgs : EventArgs
Constructors
TextInsertedEventArgs(String, Boolean, Boolean)
Declaration
public TextInsertedEventArgs(string text, bool shouldPersist, bool shouldStartNewComposition)
Parameters
System.String
text
|
System.Boolean
shouldPersist
|
System.Boolean
shouldStartNewComposition
|
Properties
ShouldPersist
Declaration
public bool ShouldPersist { get; }
Property Value
System.Boolean
|
ShouldStartNewComposition
Declaration
public bool ShouldStartNewComposition { get; }
Property Value
System.Boolean
|
Text
Declaration
public string Text { get; }
Property Value
System.String
|