ClassPreviewSyntaxEditorInputEventArgs
Class
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
Constructors
PreviewSyntaxEditorInputEventArgs(string)
Initializes a new instance of the PreviewSyntaxEditorInputEventArgs class.
Declaration
cs-api-definition
public PreviewSyntaxEditorInputEventArgs(string text)
Parameters
text
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
true if handled; otherwise, false.