DeleteProgressChangedEventArgs Class
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9147)
Provides data for the DeleteProgressChanged event.
Syntax
public class DeleteProgressChangedEventArgs : ProgressChangedEventArgs
Inheritance
DeleteProgressChangedEventArgs
Inherited Members
Constructors
Name | Description |
---|---|
Delete |
Initializes a new instance of the Delete |
Properties
Name | Description |
---|---|
Delete |
Gets the current delete state of the current Deleting. |
Files |
Gets the number of files that were already successfully deleted. |
Files |
Gets the number of files that were already processed (either deleted or skipped). |
Files |
Gets the total number of files to be deleted. |
Item | Gets the file or directory which is currently processed. |
Progress |
Gets a number between 0 and 100 representing the percentage of completeness of the operation. |