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

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

Syntax

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also