Occurs after a file (or a part of a file) has been downloaded.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Event FileDownloaded As EventHandler(Of FileTransferredEventArgs)
C#
public event EventHandler<FileTransferredEventArgs> FileDownloaded

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also