Called internally when hot key is pressed. By default just fires HotKeyPressed event.

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

Syntax

Visual Basic (Declaration)
Public Overridable Sub OnHotKeyPressed ( _
	args As HotKeyEventArgs _
)
C#
public virtual void OnHotKeyPressed(
	HotKeyEventArgs args
)
Visual C++
public:
virtual void OnHotKeyPressed(
	HotKeyEventArgs^ args
)
JavaScript
function onHotKeyPressed(args);

See Also