WorkflowItemsPresenter.OnItemsMoved(List<ModelItem>) Method

Definition

Invoked after the start of a move operation to complete the moving of the specified item.

public:
 virtual 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
override this.OnItemsMoved : System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> -> unit
Public Sub OnItemsMoved (movedItems As List(Of ModelItem))

Parameters

movedItems
List<ModelItem>

The items that has been moved.

Implements

Applies to