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