Class PreviewSyntaxEditorInputEventArgs
Class PreviewSyntaxEditorInputEventArgs. Implements the System.EventArgs
Inheritance
Inherited Members
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 PreviewSyntaxEditorInputEventArgs class.
Declaration
public PreviewSyntaxEditorInputEventArgs(string text)
Parameters
System.String
text
The text. |
Properties
Handled
Gets or sets a value indicating whether this PreviewSyntaxEditorInputEventArgs is handled.
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System.String
The text. |