IMultipleDragEnabledCompositeView.OnItemsMoved(List<ModelItem>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在拖放之後,將會通知來源容器哪些項目已移出。實作此介面後,即使在單一元素拖放中,也不會呼叫 ICompositeView.OnItemMoved。
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))