CheckinCompletedEventArgs Class |
Provides data for
CheckinCompleted which is raised when checkin operation was completed.
- Result
Result Item for applying checkin configuration after uploading files to vault.
- Error
Information on error that occurred while checkin.
- Cancelled
Boolean value. Shows if checkin operation was cancelled.
- UserState
May contain additional information. Usually contains Item configuration for which checkin action was called.
Inheritance HierarchySystemObject
SystemEventArgs
System.ComponentModelAsyncCompletedEventArgs
Aras.IOMECheckinCompletedEventArgs
Namespace:
Aras.IOME
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic class CheckinCompletedEventArgs : AsyncCompletedEventArgs
Public Class CheckinCompletedEventArgs
Inherits AsyncCompletedEventArgs
public class CheckinCompletedEventArgs extends AsyncCompletedEventArgs
public class CheckinCompletedEventArgs extends AsyncCompletedEventArgs
The CheckinCompletedEventArgs type exposes the following members.
Properties
| Name | Description |
---|
 | Cancelled | Gets a value indicating whether an asynchronous operation has been canceled. (Inherited from AsyncCompletedEventArgs.) |
 | Error | Gets a value indicating which error occurred during an asynchronous operation. (Inherited from AsyncCompletedEventArgs.) |
 | Result |
Result item for applying checkin configuration after uploading all files.
|
 | UserState | Gets the unique identifier for the asynchronous task. (Inherited from AsyncCompletedEventArgs.) |
Top
See Also