Share via


UpdateDelegateCompletedEventHandler Delegate

The UpdateDelegateCompletedEventHandler is the delegate type that defines the event handler that is called when the corresponding asynchronous operation is complete.

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

Syntax

'Declaration
Public Delegate Sub UpdateDelegateCompletedEventHandler ( _
    sender As Object, _
    e As UpdateDelegateCompletedEventArgs _
)
'Usage
Dim instance As New UpdateDelegateCompletedEventHandler(AddressOf HandlerMethod)
public delegate void UpdateDelegateCompletedEventHandler(
    Object sender,
    UpdateDelegateCompletedEventArgs e
)

See Also

Reference