Share via


WorkflowItemsPresenter.OnItemsMoved(List<ModelItem>) 方法

定義

在移動操作開始後叫用,以完成指定項目的移動。

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))

參數

movedItems
List<ModelItem>

已移動的項目 。

實作

適用於