WorkflowItemsPresenter::OnItemsPasted Method (List<Object^>^, List<Object^>^, Point, WorkflowViewElement^)
.NET Framework (current version)
Pastes the specified ModelItem instances to the specified location.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
public: virtual void OnItemsPasted( List<Object^>^ itemsToPaste, List<Object^>^ metaData, Point pastePoint, WorkflowViewElement^ pastePointReference ) sealed
Parameters
- itemsToPaste
-
Type:
System.Collections.Generic::List<Object^>^
The items to be pasted.
- metaData
-
Type:
System.Collections.Generic::List<Object^>^
The metadata associated with the items to be pasted.
- pastePoint
-
Type:
System.Windows::Point
The location of the paste.
- pastePointReference
-
Type:
System.Activities.Presentation::WorkflowViewElement^
A reference to the paste point.
.NET Framework
Available since 4.0
Available since 4.0
Show: