DragDrop.PreviewDragEnter 연결된 이벤트
정의
이 이벤트는 개체를 놓기 대상의 역할을 하는 요소 경계 안으로 끄는 동안 발생합니다.Occurs when an object is dragged into the bounds of an element that is acting as a drop target.
see AddPreviewDragEnterHandler, and RemovePreviewDragEnterHandler
see AddPreviewDragEnterHandler, and RemovePreviewDragEnterHandler
see AddPreviewDragEnterHandler, and RemovePreviewDragEnterHandler
설명
이 이벤트는 놓기 대상 역할을 하는 요소의 범위로 개체를 끌 때마다 한 번씩 발생 합니다.This event is raised once each time an object is dragged into the bounds of an element that is acting as a drop target. 경우에이 이벤트가 발생 하지 않습니다 요소의 AllowDrop 속성은 false
합니다.This event is not raised if the element's AllowDrop property is false
.
자세한 내용은 DragEnter 이벤트를 참조하세요.For more information, see the DragEnter event.
라우팅 이벤트 정보Routed Event Information
식별자 필드Identifier field | PreviewDragEnterEvent |
라우팅 전략Routing strategy | 터널링Tunneling |
대리자Delegate | DragEventHandler |
해당 버블링 이벤트가 DragEnter합니다.The corresponding bubbling event is DragEnter.