New to Telerik UI for WPFStart a free 30-day trial

Class TextInsertedEventArgs. Implements the EventArgs

Definition

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

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

C#
public class TextInsertedEventArgs : EventArgs

Inheritance: objectEventArgsTextInsertedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the TextInsertedEventArgs class.

C#
public TextInsertedEventArgs(string text)
Parameters:textstring

The text.

Properties

Gets the text.

C#
public string Text { get; }
Property Value:

The text.