Occurs when the lookup operation 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 lookup operation. |
BeginLookup or BeginReverseLookup is used in asynchronous processing to raise the LookupCompleted event when the lookup operation has completed.
EndLookup or EndReverseLookup is used to complete the operation initiated by a call to BeginLookup or BeginReverseLookup and get the lookup status when the LookupCompleted event is raised.