Click or drag to resize

CheckinManager Events

The CheckinManager type exposes the following members.

Events
  NameDescription
Public eventCheckinCompleted
Checkin operation was completed. Use this event for checking result of checkin operation or performing custom actions when checkin operation was completed.
Public eventCheckinProgressChanged
Checkin operation progress has changed. Use this event for tracking checkin progress. Might be useful for progress bars in custom application.
Public eventUploadFileCompleted
Uploading of file to vault server was completed. Use this event for performing custom operations when uploading of a single file was completed.
Public eventUploadFilesCompleted
Uploading files to vault server was completed event. Use this event in order to perform custom actions when uploading files operation was completed. For example check result of uploading file to vault.
Public eventUploadFilesProgressChanged
Uploading progress has changed. Use this event in order to track progress of uploading files operation. Might be useful for progress bars in custom application.
Top
See Also