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
Constructors
Initializes a new instance of the PreviewSyntaxEditorInputEventArgs class.
Properties
Gets or sets a value indicating whether this PreviewSyntaxEditorInputEventArgs is handled.
C#
public bool Handled { get; set; }
true if handled; otherwise, false.