Class HotkeyOnExecute
Adapter over ICamApiHotkeyOnExecute that casts the raw application pointer to ICamApiApplication and hides the delegate.
Implements
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public sealed class HotkeyOnExecute : ICamApiHotkeyOnExecute
Constructors
HotkeyOnExecute(OnHotkeyExecute)
Adapter over ICamApiHotkeyOnExecute.
Declaration
public HotkeyOnExecute(OnHotkeyExecute onExecute)
Parameters
| Type | Name | Description |
|---|---|---|
| OnHotkeyExecute | onExecute |
Methods
Execute(object)
Called by the host when the hotkey's shortcut is pressed.
Declaration
public void Execute(object application)
Parameters
| Type | Name | Description |
|---|---|---|
| object | application |