Поделиться через


CreateAttachmentCompletedEventHandler Delegate

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

See Also

Reference