Provides data for hot key event.
Namespace:
Greatis.NostalgiaAssembly: 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); |