WorkflowItemsPresenter.OnItemsCopied(List<ModelItem>) Methode

Definitie

Treedt op wanneer de opgegeven ModelItem exemplaren worden gekloond.

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>

De ModelItem exemplaren die moeten worden gekopieerd.

Retouren

De gekopieerde items.

Implementeringen

Van toepassing op