DragDrop.RemoveQueryContinueDragHandler 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 종속성 개체에 대한 QueryContinueDrag 이벤트 처리기를 제거합니다.
public:
static void RemoveQueryContinueDragHandler(System::Windows::DependencyObject ^ element, System::Windows::QueryContinueDragEventHandler ^ handler);
public static void RemoveQueryContinueDragHandler (System.Windows.DependencyObject element, System.Windows.QueryContinueDragEventHandler handler);
static member RemoveQueryContinueDragHandler : System.Windows.DependencyObject * System.Windows.QueryContinueDragEventHandler -> unit
Public Shared Sub RemoveQueryContinueDragHandler (element As DependencyObject, handler As QueryContinueDragEventHandler)
매개 변수
- element
- DependencyObject
이벤트 처리기를 제거할 종속성 개체( UIElement 또는 ContentElement)입니다.
- handler
- QueryContinueDragEventHandler
제거할 처리기 메서드를 참조하는 대리자입니다.
설명
이벤트는 QueryContinueDrag 끌어서 놓기 작업 중에 발생하며 끌기 소스가 끌어서 놓기 작업을 취소해야 하는지 여부를 결정할 수 있도록 합니다.
이 메서드는 이벤트의 버블링 버전에 대한 처리기를 제거합니다 QueryContinueDrag . 이 이벤트의 터널링 버전에 대한 처리기를 제거하려면 를 참조하세요 RemovePreviewQueryContinueDragHandler.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET