Partilhar via


GetSharingMetadataCompletedEventHandler Delegate

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

See Also

Reference

Other Resources