Click or drag to resize

ExportCompleteEventArgs Class

Event arguments for the ExportComplete event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Bosch.Vms.CameoSdkExportCompleteEventArgs

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public class ExportCompleteEventArgs : EventArgs

The ExportCompleteEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodExportCompleteEventArgs Constructor, that initialize succeeded/failed/canceled cameras lists.
Top
Properties
 NameDescription
Public propertyCanceled List of cameras that were not exported, because export was canceled.
Public propertyFailed List of cameras for which export has failed.
Public propertySucceeded List of cameras for which export is succesfully completed.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also