DragDrop.RemovePreviewQueryContinueDragHandler Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rimuove un gestore dell'evento PreviewQueryContinueDrag da un oggetto dipendenza specificato.
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)
Parametri
- element
- DependencyObject
Oggetto dipendenza (UIElement o ContentElement) da cui rimuovere il gestore eventi.
- handler
- QueryContinueDragEventHandler
Delegato che fa riferimento al metodo del gestore da rimuovere.
Commenti
L'evento PreviewQueryContinueDrag si verifica durante un'operazione di trascinamento e rilascio e consente all'origine di trascinamento di determinare se l'operazione di trascinamento deve essere annullata.
Questo metodo rimuove un gestore per la versione di tunneling dell'evento PreviewQueryContinueDrag . Per rimuovere un gestore per la versione bubbling di questo evento, vedere RemoveQueryContinueDragHandler.