Provides data for hot key event.
Namespace:
Greatis.Nostalgia
Assembly:
Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic |
|---|
Public Class HotKeyEventArgs _
Inherits EventArgs |
| Visual C++ |
|---|
public ref class HotKeyEventArgs : public EventArgs |
| JavaScript |
|---|
Greatis.Nostalgia.HotKeyEventArgs = function();
Type.createClass(
'Greatis.Nostalgia.HotKeyEventArgs',
EventArgs); |
Inheritance Hierarchy
See Also