C# Class CK.Plugins.SendInputDriver.NativeKeySentEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: Invenietis/ck-certified Class Usage Examples

Public Properties

Property Type Description
Key Native.KeyboardKeys

Public Methods

Method Description
NativeKeySentEventArgs ( Native key ) : System

Method Details

NativeKeySentEventArgs() public method

public NativeKeySentEventArgs ( Native key ) : System
key Native
return System

Property Details

Key public_oe property

Store the keyword which represent the key which has been sent
public Native.KeyboardKeys Key
return Native.KeyboardKeys