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