WorkflowItemPresenter.ICompositeView.OnItemsPasted Method

Definition

Invoked after the start of a paste operation to complete the pasting of the specified items.

 virtual void System.Activities.Presentation.ICompositeView.OnItemsPasted(System::Collections::Generic::List<System::Object ^> ^ itemsToPaste, System::Collections::Generic::List<System::Object ^> ^ metaData, System::Windows::Point pastePoint, System::Activities::Presentation::WorkflowViewElement ^ pastePointReference) = System::Activities::Presentation::ICompositeView::OnItemsPasted;
void ICompositeView.OnItemsPasted (System.Collections.Generic.List<object> itemsToPaste, System.Collections.Generic.List<object> metaData, System.Windows.Point pastePoint, System.Activities.Presentation.WorkflowViewElement pastePointReference);
abstract member System.Activities.Presentation.ICompositeView.OnItemsPasted : System.Collections.Generic.List<obj> * System.Collections.Generic.List<obj> * System.Windows.Point * System.Activities.Presentation.WorkflowViewElement -> unit
override this.System.Activities.Presentation.ICompositeView.OnItemsPasted : System.Collections.Generic.List<obj> * System.Collections.Generic.List<obj> * System.Windows.Point * System.Activities.Presentation.WorkflowViewElement -> unit
Sub OnItemsPasted (itemsToPaste As List(Of Object), metaData As List(Of Object), pastePoint As Point, pastePointReference As WorkflowViewElement) Implements ICompositeView.OnItemsPasted

Parameters

itemsToPaste
List<Object>

The items to paste.

metaData
List<Object>

The metadata associated with the items to paste.

pastePoint
Point

The location where to paste the items.

pastePointReference
WorkflowViewElement

A reference to the paste location.

Implements

Applies to