WorkflowItemPresenter::ICompositeView::OnItemsCopied Method (List<ModelItem^>^)

.NET Framework (current version)
 

Invoked after the start of a copy operation to complete the copying of the specified items.

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

private:
virtual Object^ OnItemsCopied(
	List<ModelItem^>^ itemsToCopy
) sealed = ICompositeView::OnItemsCopied

Parameters

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

The items to copy.

Return Value

Type: System::Object^

The items cloned from the specified items.

.NET Framework
Available since 4.0
Return to top
Show: