Raises the CommandSent event.

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

Syntax

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

Parameters

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also