WorkflowItemsPresenter::OnItemMoved Method (ModelItem^)

.NET Framework (current version)
 

Informs the WorkflowItemsPresenter that a ModelItem was moved.

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
virtual void OnItemMoved(
	ModelItem^ modelItem
) sealed

Parameters

modelItem
Type: System.Activities.Presentation.Model::ModelItem^

The ModelItem that was moved.

If modelItem is in Items, it is removed.

.NET Framework
Available since 4.0
Return to top
Show: