WorkflowItemsPresenter.OnItemsMoved(List<ModelItem>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在移動操作開始後叫用,以完成指定項目的移動。
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))