Interface ICamApiHandlerProgressIndicator
Handler invoked on native progress indicator events. Subscribe via ICamApiProgressIndicator.RegisterHandler. EventType discriminates which event occurred.
Namespace: CAMAPI.ApplicationMainForm
Assembly: CAMAPI.ApplicationMainForm.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("A3D7F2E9-5B41-4C8A-9E26-7F1B3D0C6A84")]
public interface ICamApiHandlerProgressIndicator
Methods
ProgressIndicatorEvent(string, TProgressIndicatorEventType)
Declaration
void ProgressIndicatorEvent(string HandlerIdent, TProgressIndicatorEventType EventType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | HandlerIdent | |
| TProgressIndicatorEventType | EventType |