ReorderableItemsView.ReorderCompleted Event
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.
Occurs when a reorder operation has been completed.
public:
event EventHandler ^ ReorderCompleted;
public event EventHandler ReorderCompleted;
member this.ReorderCompleted : EventHandler
Public Event ReorderCompleted As EventHandler
Event Type
Remarks
This event is raised after the user has successfully reordered an item and the operation is complete. It can be used to update the underlying data source or perform other actions in response to the reordering.