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>

移動された項目。

実装

適用対象