Occurs when the lookup has completed.
The event handler receives an argument of type LookupCompletedEventArgs containing data related to this event. The following LookupCompletedEventArgs property provides information specific to this event.
| Property | Description |
|---|---|
| AsyncResult | Gets the result of the asynchronous who is operation. |
BeginLookup is used in asynchronous processing to raise the LookupCompleted event when the lookup operation has completed.
EndLookup is used to complete the operation initiated by a call to BeginLookup and get looked up information when the LookupCompleted event is raised.