DragDrop.RemovePreviewQueryContinueDragHandler Metoda

Definice

Odebere obslužnou rutinu PreviewQueryContinueDrag události ze zadaného objektu závislostí.

public:
 static void RemovePreviewQueryContinueDragHandler(System::Windows::DependencyObject ^ element, System::Windows::QueryContinueDragEventHandler ^ handler);
public static void RemovePreviewQueryContinueDragHandler (System.Windows.DependencyObject element, System.Windows.QueryContinueDragEventHandler handler);
static member RemovePreviewQueryContinueDragHandler : System.Windows.DependencyObject * System.Windows.QueryContinueDragEventHandler -> unit
Public Shared Sub RemovePreviewQueryContinueDragHandler (element As DependencyObject, handler As QueryContinueDragEventHandler)

Parametry

element
DependencyObject

Objekt závislosti (a UIElement nebo ContentElement), ze kterého chcete odebrat obslužnou rutinu události.

handler
QueryContinueDragEventHandler

Delegát, který odkazuje na metodu obslužné rutiny, která má být odebrána.

Poznámky

K PreviewQueryContinueDrag události dochází během operace přetažení a umožňuje zdroji přetažení určit, zda má být operace přetažení zrušena.

Tato metoda odebere obslužnou rutinu pro verzi PreviewQueryContinueDrag tunelování události. Pokud chcete odebrat obslužnou rutinu pro bublající verzi této události, přečtěte si téma RemoveQueryContinueDragHandler.

Platí pro

Viz také