ICompositeView.OnItemsPasted Método

Definição

Invocado após o início de uma operação de colagem para completar a colagem dos itens especificados.

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)

Parâmetros

itemsToPaste
List<Object>

Os itens para colar.

metadata
List<Object>

Os metadados associados aos itens para colar.

pastePoint
Point

O local onde colar os itens.

pastePointReference
WorkflowViewElement

Uma referência à localização da cola.

Aplica-se a