Interface ICamIpcHandlerProgressIndicator
Handler invoked on native progress indicator events. Subscribe via ICamIpcProgressIndicator.RegisterHandler. EventType discriminates which event occurred.
Namespace: CAMIPC.ApplicationMainForm
Assembly: CAMIPC.ApplicationMainForm.dll
Syntax
[Guid("9F2B7C14-3A6D-4E58-8B19-2C7D5F0A4E63")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcHandlerProgressIndicator
Methods
ProgressIndicatorEvent(string, TProgressIndicatorEventType)
Declaration
void ProgressIndicatorEvent(string HandlerIdent, TProgressIndicatorEventType EventType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | HandlerIdent | |
| TProgressIndicatorEventType | EventType |