UpdateItemCompletedEventHandler Delegate
The UpdateItemCompletedEventHandler 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 UpdateItemCompletedEventHandler ( _
sender As Object, _
e As UpdateItemCompletedEventArgs _
)
'Usage
Dim instance As New UpdateItemCompletedEventHandler(AddressOf HandlerMethod)
public delegate void UpdateItemCompletedEventHandler(
Object sender,
UpdateItemCompletedEventArgs e
)