IMultipleDragEnabledCompositeView.OnItemsMoved(List<ModelItem>) Método

Definição

Após arrastar/largar, o contentor de origem será notificado quais os itens que foram movidos para fora. Após implementar esta interface, ICompositeView.OnItemMoved não será chamado nem sequer em arrastar/largar um único elemento.

public:
 void OnItemsMoved(System::Collections::Generic::List<System::Activities::Presentation::Model::ModelItem ^> ^ movedItems);
public void OnItemsMoved(System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> movedItems);
abstract member OnItemsMoved : System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> -> unit
Public Sub OnItemsMoved (movedItems As List(Of ModelItem))

Parâmetros

movedItems
List<ModelItem>

Mudei itens.

Aplica-se a