WorkflowItemsPresenter::OnItemsMoved Method (List<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)

public:
virtual void OnItemsMoved(
	List<ModelItem^>^ movedItems
) sealed

Parameters

movedItems
Type: System.Collections.Generic::List<ModelItem^>^

The items that has been moved.

.NET Framework
Available since 4.5
Return to top
Show: