FindFolderCompletedEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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