Class ArtemisKeyboardToggleStatusArgs
Contains data for keyboard input events
Inherited Members
Namespace: Artemis.Core.Services
Assembly: Artemis.Core.dll
Syntax
public class ArtemisKeyboardToggleStatusArgs : EventArgs
Properties
NewStatus
Gets the keyboard status after the change
Declaration
public KeyboardToggleStatus NewStatus { get; }
Property Value
Type | Description |
---|---|
KeyboardToggleStatus |
OldStatus
Gets the keyboard status before the change
Declaration
public KeyboardToggleStatus OldStatus { get; }
Property Value
Type | Description |
---|---|
KeyboardToggleStatus |