Click or drag to resize

CheckinProgressChangedEventArgs Class

Provides data for CheckinProgressChanged event which is raised when one of the steps of checkin operation was completed.
  • ProgressPercentage Current progress of operation in percents.
  • UserState Contains additional information for action. Usually initial checkin configuration.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    System.ComponentModelProgressChangedEventArgs
      Aras.IOMECheckinProgressChangedEventArgs

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

The CheckinProgressChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyProgressPercentage
Gets the asynchronous task progress percentage.
(Inherited from ProgressChangedEventArgs.)
Public propertyUserState
Gets a unique user state.
(Inherited from ProgressChangedEventArgs.)
Top
See Also