ExchangeServiceBinding.FindItemCompleted Event

The FindItemCompleted event occurs when an asynchronous FindItem operation is complete.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Event FindItemCompleted As FindItemCompletedEventHandler
'Usage
Dim instance As ExchangeServiceBinding
Dim handler As FindItemCompletedEventHandler

AddHandler instance.FindItemCompleted, handler
public event FindItemCompletedEventHandler FindItemCompleted

Remarks

For an example of an asynchronous call, see FindFolderAsync.