C# Class CommonServices.KeySendingEventArgs

Contain the key which will be send to system, it's can be cancel Sample: the F1 key launch the help of focused application. we can block that
Inheritance: KeySentEventArgs
Mostrar archivo Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
KeySendingEventArgs ( string key ) : System

Method Details

KeySendingEventArgs() public method

public KeySendingEventArgs ( string key ) : System
key string
return System