C# Class GlobalHotKey.KeyPressedEventArgs

Arguments for key pressed event which contain information about pressed hot key.
Inheritance: System.EventArgs
Show file Open project: kirmir/GlobalHotKey Class Usage Examples

Public Methods

Method Description
KeyPressedEventArgs ( HotKey hotKey ) : System

Initializes a new instance of the KeyPressedEventArgs class.

Method Details

KeyPressedEventArgs() public method

Initializes a new instance of the KeyPressedEventArgs class.
public KeyPressedEventArgs ( HotKey hotKey ) : System
hotKey HotKey The hot key.
return System