ICompositeView.OnItemsPasted Method

Definition

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

public:
 void OnItemsPasted(System::Collections::Generic::List<System::Object ^> ^ itemsToPaste, System::Collections::Generic::List<System::Object ^> ^ metadata, System::Windows::Point pastePoint, System::Activities::Presentation::WorkflowViewElement ^ pastePointReference);
public void OnItemsPasted (System.Collections.Generic.List<object> itemsToPaste, System.Collections.Generic.List<object> metadata, System.Windows.Point pastePoint, System.Activities.Presentation.WorkflowViewElement pastePointReference);
abstract member OnItemsPasted : System.Collections.Generic.List<obj> * System.Collections.Generic.List<obj> * System.Windows.Point * System.Activities.Presentation.WorkflowViewElement -> unit
Public Sub OnItemsPasted (itemsToPaste As List(Of Object), metadata As List(Of Object), pastePoint As Point, pastePointReference As WorkflowViewElement)

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.

Applies to