Class PreviewSyntaxEditorKeyEventArgs
PreviewSyntaxEditorKeyEventArgs class.
Inheritance
System.Object
System.EventArgs
PreviewSyntaxEditorKeyEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class PreviewSyntaxEditorKeyEventArgs : EventArgs
Constructors
PreviewSyntaxEditorKeyEventArgs(KeyEventArgs)
Initializes a new instance of the PreviewSyntaxEditorKeyEventArgs class.
Declaration
public PreviewSyntaxEditorKeyEventArgs(KeyEventArgs originalArgs)
Parameters
System.Windows.Input.KeyEventArgs
originalArgs
|
Properties
Key
Gets the key of the original args.
Declaration
public Key Key { get; }
Property Value
System.Windows.Input.Key
|
OriginalArgs
Gets the original args.
Declaration
public KeyEventArgs OriginalArgs { get; }
Property Value
System.Windows.Input.KeyEventArgs
|