Edit

Share via


GetEventsCompletedEventHandler Delegate

Definition

The GetEventsCompletedEventHandler is the delegate type that defines the event handler that is called when the corresponding asynchronous operation is complete.

public delegate void GetEventsCompletedEventHandler(System::Object ^ sender, GetEventsCompletedEventArgs ^ e);
public delegate void GetEventsCompletedEventHandler(object sender, GetEventsCompletedEventArgs e);
Public Delegate Sub GetEventsCompletedEventHandler(sender As Object, e As GetEventsCompletedEventArgs)

Parameters

sender
Object

Applies to