Click or drag to resize

FileUpdateProgressEventArgs Class

Provides data for the UpdateProgress event of a FileOperation.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ShellBoost.Core.UtilitiesFileUpdateProgressEventArgs

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public sealed class FileUpdateProgressEventArgs : EventArgs

The FileUpdateProgressEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyWorkSoFar
Gets the portion of iWorkTotal that has been completed so far.
Public propertyWorkTotal
Gets an estimate of the amount of work to be completed.
Top
See Also