DragDropHelper.GetDroppedObjects Methode

Definitie

Hiermee haalt u de objecten op die worden verwijderd in een slepen-en-neerzetten-bewerking.

public:
 static System::Collections::Generic::IEnumerable<System::Object ^> ^ GetDroppedObjects(System::Windows::DependencyObject ^ dropTarget, System::Windows::DragEventArgs ^ e, System::Activities::Presentation::EditingContext ^ context);
public static System.Collections.Generic.IEnumerable<object> GetDroppedObjects(System.Windows.DependencyObject dropTarget, System.Windows.DragEventArgs e, System.Activities.Presentation.EditingContext context);
static member GetDroppedObjects : System.Windows.DependencyObject * System.Windows.DragEventArgs * System.Activities.Presentation.EditingContext -> seq<obj>
Public Shared Function GetDroppedObjects (dropTarget As DependencyObject, e As DragEventArgs, context As EditingContext) As IEnumerable(Of Object)

Parameters

dropTarget
DependencyObject

De locatie voor de sleep.

e
DragEventArgs

De gebeurtenisgegevens slepen.

context
EditingContext

De bewerkingscontext.

Retouren

De objecten die zijn verwijderd.

Van toepassing op