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

Class PreviewSyntaxEditorInputEventArgs. Implements the EventArgs

Definition

Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

C#
public class PreviewSyntaxEditorInputEventArgs : EventArgs

Inheritance: objectEventArgsPreviewSyntaxEditorInputEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the PreviewSyntaxEditorInputEventArgs class.

C#
public PreviewSyntaxEditorInputEventArgs(string text)
Parameters:textstring

The text.

Properties

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

C#
public bool Handled { get; set; }
Property Value:

true if handled; otherwise, false.

Gets or sets the text.

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

The text.