Interface ICamApiHotkeyOnExecute
Callback invoked when a plugin hotkey fires. Implement it on a plugin object and assign to ICamApiHotkey.OnExecute.
Namespace: CAMAPI.ApplicationMainForm
Assembly: CAMAPI.ApplicationMainForm.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("7A3E9C14-2B6D-4F81-9E05-3C1A7D8B4F62")]
public interface ICamApiHotkeyOnExecute
Methods
Execute(object)
Called on the UI thread when the hotkey's shortcut is pressed. Application is the CAM application instance — QueryInterface it to ICamApiApplication.
Declaration
void Execute(object Application)
Parameters
| Type | Name | Description |
|---|---|---|
| object | Application |