Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
HotkeyEventArg Constructor (keyGesture, hotkeyIndex)
NamespacesGenesyslab.Desktop.WPFCommonHotkeyEventArgHotkeyEventArg(KeyGesture, Int32)
Initializes a new instance of the HotkeyEventArg class
Declaration Syntax
C#Visual BasicVisual C++
public HotkeyEventArg(
	KeyGesture keyGesture,
	int hotkeyIndex
)
Public Sub New ( _
	keyGesture As KeyGesture, _
	hotkeyIndex As Integer _
)
public:
HotkeyEventArg(
	KeyGesture^ keyGesture, 
	int hotkeyIndex
)
Parameters
keyGesture (KeyGesture)
hotkeyIndex (Int32)

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