WorkflowItemsPresenter.OnItemMoved(ModelItem) 方法
定义
向 WorkflowItemsPresenter 通知有关 ModelItem 已移动的信息。Informs the WorkflowItemsPresenter that a ModelItem was moved.
public:
virtual void OnItemMoved(System::Activities::Presentation::Model::ModelItem ^ modelItem);
public void OnItemMoved (System.Activities.Presentation.Model.ModelItem modelItem);
abstract member OnItemMoved : System.Activities.Presentation.Model.ModelItem -> unit
override this.OnItemMoved : System.Activities.Presentation.Model.ModelItem -> unit
Public Sub OnItemMoved (modelItem As ModelItem)
参数
实现
注解
如果 modelItem 位于 Items 中,则已将其移除。If modelItem is in Items, it is removed.