ExchangeServiceBinding.DeleteItemCompleted Event

The DeleteItemCompleted event occurs when an asynchronous DeleteItem operation is complete.

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

Syntax

'Declaration
Public Event DeleteItemCompleted As DeleteItemCompletedEventHandler
'Usage
Dim instance As ExchangeServiceBinding
Dim handler As DeleteItemCompletedEventHandler

AddHandler instance.DeleteItemCompleted, handler
public event DeleteItemCompletedEventHandler DeleteItemCompleted

Remarks

For an example of an asynchronous call, see FindFolderAsync.