WorkflowItemPresenter::ICompositeView::OnItemsPasted Method (List<Object^>^, List<Object^>^, Point, WorkflowViewElement^)
.NET Framework (current version)
Invoked after the start of a paste operation to complete the pasting of the specified items.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
private: virtual void OnItemsPasted( List<Object^>^ itemsToPaste, List<Object^>^ metaData, Point pastePoint, WorkflowViewElement^ pastePointReference ) sealed = ICompositeView::OnItemsPasted
Parameters
- itemsToPaste
-
Type:
System.Collections.Generic::List<Object^>^
The items to paste.
- metaData
-
Type:
System.Collections.Generic::List<Object^>^
The metadata associated with the items to paste.
- pastePoint
-
Type:
System.Windows::Point
The location where to paste the items.
- pastePointReference
-
Type:
System.Activities.Presentation::WorkflowViewElement^
A reference to the paste location.
.NET Framework
Available since 4.0
Available since 4.0
Show: