Click or drag to resize

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 Hierarchy
SystemObject
  SystemEventArgs
    System.ComponentModelAsyncCompletedEventArgs
      Aras.IOMECheckinCompletedEventArgs

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public class CheckinCompletedEventArgs : AsyncCompletedEventArgs

The CheckinCompletedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancelled
Gets a value indicating whether an asynchronous operation has been canceled.
(Inherited from AsyncCompletedEventArgs.)
Public propertyError
Gets a value indicating which error occurred during an asynchronous operation.
(Inherited from AsyncCompletedEventArgs.)
Public propertyResult
Result item for applying checkin configuration after uploading all files.
Public propertyUserState
Gets the unique identifier for the asynchronous task.
(Inherited from AsyncCompletedEventArgs.)
Top
See Also