Share via


ExchangeServiceBinding.ExpandDLCompleted Event

The ExpandDLCompleted event occurs when an asynchronous ExpandDL operation is complete.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Event ExpandDLCompleted As ExpandDLCompletedEventHandler
'Usage
Dim instance As ExchangeServiceBinding
Dim handler As ExpandDLCompletedEventHandler

AddHandler instance.ExpandDLCompleted, handler
public event ExpandDLCompletedEventHandler ExpandDLCompleted

Remarks

For an example of an asynchronous call, see FindFolderAsync.