Class TextInsertedEventArgs
Inheritance
System.Object
System.EventArgs
TextInsertedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|