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