Edit

Share via


UpdateItemCompletedEventHandler Delegate

Definition

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

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

Parameters

sender
Object

Applies to