ExchangeServiceBinding.GetEventsCompleted Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The GetEventsCompleted event occurs when an asynchronous GetEvents operation is complete.
public:
event ExchangeWebServices::GetEventsCompletedEventHandler ^ GetEventsCompleted;
public event ExchangeWebServices.GetEventsCompletedEventHandler GetEventsCompleted;
Public Custom Event GetEventsCompleted As GetEventsCompletedEventHandler
Event Type
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).