Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
HotkeyPressed Event
NamespacesGenesyslab.Desktop.WPFCommonHotkeyHelperHotkeyPressed
Occurs when the hotkey is pressed.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<HotkeyEventArg> HotkeyPressed
Public Event HotkeyPressed As EventHandler(Of HotkeyEventArg)
public:
 event EventHandler<HotkeyEventArg^>^ HotkeyPressed {
	void add (EventHandler<HotkeyEventArg^>^ value);
	void remove (EventHandler<HotkeyEventArg^>^ value);
}

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)