Share via


ExpandDLCompletedEventHandler Delegate

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

See Also

Reference