Class PreviewSyntaxEditorInputEventArgs
Class PreviewSyntaxEditorInputEventArgs.
Implements the System.
Inheritance
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class PreviewSyntaxEditorInputEventArgs : EventArgs
Constructors
PreviewSyntaxEditorInputEventArgs(String)
Initializes a new instance of the Preview
Declaration
public PreviewSyntaxEditorInputEventArgs(string text)
Parameters
System. The text. |
Properties
Handled
Gets or sets a value indicating whether this Preview
Declaration
public bool Handled { get; set; }
Property Value
System.
|
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System. The text. |