Delegate OnHotkeyExecute
Delegate fired when a plugin hotkey is pressed, receiving the CAM application.
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public delegate void OnHotkeyExecute(ComWrapper<ICamApiApplication> applicationCom)
Parameters
| Type |
Name |
Description |
| ComWrapper<ICamApiApplication> |
applicationCom |
Delegate fired when a plugin hotkey is pressed, receiving the CAM application. |
Constructors
OnHotkeyExecute(object, nint)
Declaration
public OnHotkeyExecute(object @object, nint method)
Parameters
Methods
BeginInvoke(ComWrapper<ICamApiApplication>, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(ComWrapper<ICamApiApplication> applicationCom, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(ComWrapper<ICamApiApplication>)
Declaration
public virtual void Invoke(ComWrapper<ICamApiApplication> applicationCom)
Parameters