C# Class CK.Keyboard.Model.KeyInteractionEventArgs

Defines a key event argument related to user interaction: it can be one of the KeyInteractionEventType.
Inheritance: KeyEventArgs
Datei anzeigen Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
KeyInteractionEventArgs ( IKey k, IKeyProgram p, KeyInteractionEventType eventType ) : System.Linq

Method Details

KeyInteractionEventArgs() public method

public KeyInteractionEventArgs ( IKey k, IKeyProgram p, KeyInteractionEventType eventType ) : System.Linq
k IKey
p IKeyProgram
eventType KeyInteractionEventType
return System.Linq