In The Hand LtdIn The Hand
AsyncCompletedEventHandler Delegate
NamespacesInTheHand.ComponentModelAsyncCompletedEventHandler
.NET Components for Mobility
Represents the method that will handle the MethodNameCompleted event of an asynchronous operation.
Declaration Syntax
C#Visual Basic
public delegate void AsyncCompletedEventHandler(
	Object sender,
	AsyncCompletedEventArgs e
)
Public Delegate Sub AsyncCompletedEventHandler ( _
	sender As Object, _
	e As AsyncCompletedEventArgs _
)
Parameters
sender (Object)
The source of the event.
e (AsyncCompletedEventArgs)
An AsyncCompletedEventArgs that contains the event data.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0