UIElement.PreviewQueryContinueDrag 이벤트
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
끌어서 놓기 작업 중 키보드 또는 마우스 단추 상태가 변경되면 발생합니다.
public:
event System::Windows::QueryContinueDragEventHandler ^ PreviewQueryContinueDrag;
public event System.Windows.QueryContinueDragEventHandler PreviewQueryContinueDrag;
member this.PreviewQueryContinueDrag : System.Windows.QueryContinueDragEventHandler
Public Custom Event PreviewQueryContinueDrag As QueryContinueDragEventHandler
이벤트 유형
설명
이 PreviewQueryContinueDrag 이벤트를 사용하면 끌기 소스가 끌어서 놓기 작업을 취소해야 하는지 여부를 선언할 수 있습니다.
이 이벤트는 가 기본 요소로 상속될 때 UIElement 클래스 멤버 목록의 일부이므로 PreviewQueryContinueDrag 이 클래스에 연결된 이벤트에 대한 DragDrop.PreviewQueryContinueDrag 별칭을 만듭니다. 이벤트에 연결된 PreviewQueryContinueDrag 이벤트 처리기는 기본 DragDrop.PreviewQueryContinueDrag 연결된 이벤트에 연결되고 동일한 이벤트 데이터 instance 받습니다.
라우팅 이벤트 정보
식별자 필드 | PreviewQueryContinueDragEvent |
라우팅 전략 | 터널링 |
대리자 | QueryContinueDragEventHandler |
해당 버블링 이벤트가 QueryContinueDrag합니다.
재정의 OnPreviewQueryContinueDrag 하여 파생 클래스에서 이 이벤트에 대한 클래스 처리를 구현합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET