In The Hand LtdIn The Hand
SendCompletedEventHandler Delegate
NamespacesInTheHand.Net.MailSendCompletedEventHandler
.NET Components for Mobility
Represents the method that will handle the SendCompleted event.
Declaration Syntax
C#Visual Basic
public delegate void SendCompletedEventHandler(
	Object sender,
	AsyncCompletedEventArgs e
)
Public Delegate Sub SendCompletedEventHandler ( _
	sender As Object, _
	e As AsyncCompletedEventArgs _
)
Parameters
sender (Object)
The source of the event.
e (AsyncCompletedEventArgs)
An AsyncCompletedEventArgs containing event data.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 7.0.0.0