Class
PreviewSyntaxEditorInputEventArgs

Class PreviewSyntaxEditorInputEventArgs. Implements the EventArgs

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.UI

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class PreviewSyntaxEditorInputEventArgs : EventArgs

Inheritance: objectEventArgsPreviewSyntaxEditorInputEventArgs

Inherited Members EventArgs.Empty

Constructors

PreviewSyntaxEditorInputEventArgs(string)

Initializes a new instance of the PreviewSyntaxEditorInputEventArgs class.

Declaration

cs-api-definition
public PreviewSyntaxEditorInputEventArgs(string text)

Parameters

text

string

The text.

Properties

Handled

Gets or sets a value indicating whether this PreviewSyntaxEditorInputEventArgs is handled.

Declaration

cs-api-definition
public bool Handled { get; set; }

Property Value

bool

true if handled; otherwise, false.

Text

Gets or sets the text.

Declaration

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

Property Value

string

The text.