Edit

Share via


FindFolderCompletedEventHandler Delegate

Definition

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

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

Parameters

sender
Object

Applies to