Raises the CommandSent event.

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

Syntax

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

Parameters

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also