WorkflowItemPresenter::ICompositeView::OnItemMoved Method (ModelItem^)

.NET Framework (current version)
 

Invoked after the start of a move operation to complete the moving of the specified item.

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

private:
virtual void OnItemMoved(
	ModelItem^ modelItem
) sealed = ICompositeView::OnItemMoved

Parameters

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

The item to move.

.NET Framework
Available since 4.0
Return to top
Show: