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 occured 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.

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public class CheckinCompletedEventArgs : AsyncCompletedEventArgs
Visual Basic (Declaration)
Public Class CheckinCompletedEventArgs _
	Inherits AsyncCompletedEventArgs
J#
public class CheckinCompletedEventArgs extends AsyncCompletedEventArgs
JScript
public class CheckinCompletedEventArgs extends AsyncCompletedEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    System.ComponentModel..::.AsyncCompletedEventArgs
      Aras.IOME..::.CheckinCompletedEventArgs

See Also