Share via


ReorderableItemsView.ReorderCompleted Event

Definition

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.

Applies to