Click or drag to resize

ProgressEventArgs Class

All Carbon progress events should return this class.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    RCS.Carbon.SharedProgressEventArgs

Namespace: RCS.Carbon.Shared
Assembly: RCS.Carbon.Shared (in RCS.Carbon.Shared.dll) Version: 9.0.12
Syntax
C#
public sealed class ProgressEventArgs : EventArgs

The ProgressEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyPercent The percentage of progress in the ranmge 0 to 100. A negative value indicates that the progress is indeterminate.
Top
See Also