Click or drag to resize

ICameoSdkStartupCompleted Event

Raised when StartupAsync(String, String, String, StartupMode) method is completed.
The StartupCompletedEventArgs contains results of start.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
event EventHandler<StartupCompletedEventArgs> StartupCompleted

Value

EventHandlerStartupCompletedEventArgs
See Also