Class TextInsertedEventArgs
Class TextInsertedEventArgs. Implements the System.EventArgs
Inheritance
System.Object
TextInsertedEventArgs
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI.Input
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class TextInsertedEventArgs : EventArgs
Constructors
TextInsertedEventArgs(String)
Initializes a new instance of the TextInsertedEventArgs class.
Declaration
public TextInsertedEventArgs(string text)
Parameters
System.String
text
The text. |
Properties
Text
Gets the text.
Declaration
public string Text { get; }
Property Value
System.String
The text. |
Extension Methods
See Also
System.EventArgs