Provides data for hot key event.

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

Syntax

Visual Basic (Declaration)
Public Class HotKeyEventArgs _
	Inherits EventArgs
C#
public class HotKeyEventArgs : EventArgs
Visual C++
public ref class HotKeyEventArgs : public EventArgs
JavaScript
Greatis.Nostalgia.HotKeyEventArgs = function();

Type.createClass(
	'Greatis.Nostalgia.HotKeyEventArgs',
	EventArgs);

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Greatis.Nostalgia..::.HotKeyEventArgs

See Also