FtpDeleteProgressChangedEventArgs.FilesDeleted Property
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 8.0.9673)
FilesDeleted
Gets the number of files that were already successfully deleted. Inherited from DeleteProgressChangedEventArgs.
Declaration
public int FilesDeleted { get; }
Property Value
| Type | Description |
|---|---|
| Int32 | Number of files. |