ExchangeServiceBinding.UpdateItemCompleted Event
The UpdateItemCompleted event occurs when an asynchronous UpdateItem operation is complete.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Event UpdateItemCompleted As UpdateItemCompletedEventHandler
'Usage
Dim instance As ExchangeServiceBinding
Dim handler As UpdateItemCompletedEventHandler
AddHandler instance.UpdateItemCompleted, handler
public event UpdateItemCompletedEventHandler UpdateItemCompleted