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