GetEventsCompletedEventArgs Class

Definition

The GetEventsCompletedEventArgs class provides data for the GetEventsCompleted event.

public ref class GetEventsCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class GetEventsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
Public Class GetEventsCompletedEventArgs
Inherits AsyncCompletedEventArgs
Inheritance
GetEventsCompletedEventArgs

Properties

Result

The Result class gets the response from an asynchronous call to the GetEvents operation.

Applies to