Edit

Share via


UpdateDelegateCompletedEventHandler Delegate

Definition

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

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

Parameters

sender
Object

Applies to