ExpandDLCompletedEventHandler Delegate

Definition

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

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

Parameters

sender
Object

Applies to