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