WorkflowItemsPresenter::OnItemsCopied Method (List<ModelItem^>^)

.NET Framework (current version)
 

Occurs when the specified ModelItem instances are cloned.

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

public:
virtual Object^ OnItemsCopied(
	List<ModelItem^>^ itemsToCopy
) sealed

Parameters

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

The ModelItem instances to be copied.

Return Value

Type: System::Object^

The copied items.

.NET Framework
Available since 4.0
Return to top
Show: