ContentElement.QueryContinueDrag 이벤트

정의

끌어서 놓기 작업 중 키보드 또는 마우스 단추 상태가 변경되면 발생합니다.

public:
 event System::Windows::QueryContinueDragEventHandler ^ QueryContinueDrag;
public event System.Windows.QueryContinueDragEventHandler QueryContinueDrag;
member this.QueryContinueDrag : System.Windows.QueryContinueDragEventHandler 
Public Custom Event QueryContinueDrag As QueryContinueDragEventHandler 

이벤트 유형

설명

QueryContinueDrag 이벤트 끌기 소스가 끌어서 놓기 작업을 취소 해야 하는지 여부를 결정할 수 있습니다.

이 이벤트는 가 기본 요소로 상속될 때 ContentElement 클래스 멤버 목록의 일부가 되도록 QueryContinueDrag 이 클래스에 연결된 이벤트에 대한 DragDrop.QueryContinueDrag 별칭을 만듭니다. 이벤트에 연결된 QueryContinueDrag 이벤트 처리기는 기본 DragDrop.QueryContinueDrag 연결된 이벤트에 연결되고 동일한 이벤트 데이터 instance 받습니다.

라우팅 이벤트 정보

식별자 필드 QueryContinueDragEvent
라우팅 전략 버블링
대리자 QueryContinueDragEventHandler

적용 대상