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