Export |
public class ExportCompleteEventArgs : EventArgs
The ExportCompleteEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ExportCompleteEventArgs | Constructor, that initialize succeeded/failed/canceled cameras lists. |
| Name | Description | |
|---|---|---|
| Canceled | List of cameras that were not exported, because export was canceled. | |
| Failed | List of cameras for which export has failed. | |
| Succeeded | List of cameras for which export is succesfully completed. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |