Occurs when a command is send to the server.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
Public Event CommandSent As EventHandler(Of FtpCommandSentEventArgs) |
| C# |
|---|
public event EventHandler<FtpCommandSentEventArgs> CommandSent |