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