GetItemCompletedEventHandler Delegate

Definition

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

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

Parameters

sender
Object

Applies to