Raises the CommandSent event.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Protected Overridable Sub OnCommandSent ( _
	e As SftpCommandSentEventArgs _
)
C#
protected virtual void OnCommandSent(
	SftpCommandSentEventArgs e
)

Parameters

e
Type: Rebex.Net..::..SftpCommandSentEventArgs
A SftpCommandSentEventArgs that contains the event data.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also