Raises the CommandSent event.

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

Syntax

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

Parameters

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also