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


DeleteAttachmentCompletedEventHandler Delegate

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

See Also

Reference