FindItemCompletedEventHandler 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 FindItemCompletedEventHandler is the delegate type that defines the event handler that is called when the corresponding asynchronous operation is complete.
public delegate void FindItemCompletedEventHandler(System::Object ^ sender, FindItemCompletedEventArgs ^ e);
public delegate void FindItemCompletedEventHandler(object sender, FindItemCompletedEventArgs e);
Public Delegate Sub FindItemCompletedEventHandler(sender As Object, e As FindItemCompletedEventArgs)
Parameters
- sender
- Object