Occurs when hot key is pressed.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Event HotKeyPressed As HotKeyEventHandler
C#
public event HotKeyEventHandler HotKeyPressed
Visual C++
public:
 event HotKeyEventHandler^ HotKeyPressed {
	void add (HotKeyEventHandler^ value);
	void remove (HotKeyEventHandler^ value);
}
JavaScript
function add_hotKeyPressed(value);
function remove_hotKeyPressed(value);

See Also