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