Represents the method that will handle the MethodNameCompleted event of an asynchronous operation.
| C# | Visual Basic |
public delegate void AsyncCompletedEventHandler( Object sender, AsyncCompletedEventArgs e )
Public Delegate Sub AsyncCompletedEventHandler ( _ sender As Object, _ e As AsyncCompletedEventArgs _ )
- sender (Object)
- The source of the event.
- e (AsyncCompletedEventArgs)
- An AsyncCompletedEventArgs that contains the event data.