DragDrop.RemovePreviewQueryContinueDragHandler 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從所指定相依性物件中移除 PreviewQueryContinueDrag 事件處理常式。
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)
參數
- element
- DependencyObject
要從中移除事件處理常式的相依性物件 (UIElement 或 ContentElement)。
- handler
- QueryContinueDragEventHandler
參考要移除之處理常式方法的委派。
備註
此 PreviewQueryContinueDrag 事件會在拖放作業期間發生,並讓拖曳來源判斷是否應該取消拖放作業。
這個方法會移除事件通道版本的 PreviewQueryContinueDrag 處理常式。 若要移除此事件反升版本的處理常式,請參閱 RemoveQueryContinueDragHandler 。