WorkflowItemsPresenter.OnItemsCopied(List<ModelItem>) Method

Definition

Occurs when the specified ModelItem instances are cloned.

public:
 virtual System::Object ^ OnItemsCopied(System::Collections::Generic::List<System::Activities::Presentation::Model::ModelItem ^> ^ itemsToCopy);
public object OnItemsCopied (System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> itemsToCopy);
abstract member OnItemsCopied : System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> -> obj
override this.OnItemsCopied : System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> -> obj
Public Function OnItemsCopied (itemsToCopy As List(Of ModelItem)) As Object

Parameters

itemsToCopy
List<ModelItem>

The ModelItem instances to be copied.

Returns

The copied items.

Implements

Applies to