Compartir a través de


ICompositeView.OnItemsPasted Método

Definición

Se invoca después del inicio de una operación de pegar para completar el pegado de los elementos 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>

Elementos que se van a pegar.

metadata
List<Object>

Metadatos asociados con los elementos que se van a pegar.

pastePoint
Point

La ubicación donde pegar los elementos.

pastePointReference
WorkflowViewElement

Referencia a la ubicación de pegado.

Se aplica a