Class
TextInsertedEventArgs

Class TextInsertedEventArgs. Implements the EventArgs

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Input

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class TextInsertedEventArgs : EventArgs

Inheritance: objectEventArgsTextInsertedEventArgs

Inherited Members EventArgs.Empty

Constructors

TextInsertedEventArgs(string)

Initializes a new instance of the TextInsertedEventArgs class.

Declaration

cs-api-definition
public TextInsertedEventArgs(string text)

Parameters

text

string

The text.

Properties

Text

Gets the text.

Declaration

cs-api-definition
public string Text { get; }

Property Value

string

The text.