Class KeyEventArgs
Notifies while performing the key actions.
Inheritance
System.Object
KeyEventArgs
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public class KeyEventArgs : Object
Constructors
KeyEventArgs()
Declaration
public KeyEventArgs()
Properties
Element
Returns the selected element of the diagram.
Declaration
public IDiagramObject Element { get; }
Property Value
Type | Description |
---|---|
IDiagramObject |
Key
Returns the value of the key action.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
KeyCode
Returns a number that represents the actual key pressed.
Declaration
public int KeyCode { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
KeyModifiers
Returns any modifier keys that were pressed when the flick gesture occurred.
Declaration
public ModifierKeys KeyModifiers { get; }
Property Value
Type | Description |
---|---|
ModifierKeys |