Class KeyEvent
Inherited Members
Namespace: Ritchie.Toolbox.Events
Assembly: Ritchie.Toolbox.dll
Syntax
public class KeyEvent : GuiEventConstructors
KeyEvent(Keys, ModifierKeys)
Declaration
public KeyEvent(Keys key, ModifierKeys modifiers)Parameters
| Type | Name | Description | 
|---|---|---|
| Keys | key | |
| ModifierKeys | modifiers | 
Properties
Key
Declaration
public Keys Key { get; }Property Value
| Type | Description | 
|---|---|
| Keys | 
Modifiers
Declaration
public ModifierKeys Modifiers { get; }Property Value
| Type | Description | 
|---|---|
| ModifierKeys |