ContentElement.DragEnter 이벤트
정의
입력 시스템에서 이 요소를 끌기 대상으로 사용하는 기본 끌기 이벤트를 보고하면 발생합니다.Occurs when the input system reports an underlying drag event with this element as the drag target.
public:
event System::Windows::DragEventHandler ^ DragEnter;
public event System.Windows.DragEventHandler DragEnter;
member this.DragEnter : System.Windows.DragEventHandler
Public Custom Event DragEnter As DragEventHandler
이벤트 유형
설명
이 이벤트는 DragDrop.DragEnter 이 클래스에 대해 연결 된 이벤트에 대 한 별칭을 만들므로가 ContentElement.DragEnter 기본 요소로 상속 될 때 클래스 멤버 목록의 일부가 됩니다 ContentElement .This event creates an alias for the DragDrop.DragEnter attached event for this class, so that ContentElement.DragEnter is part of the class members list when ContentElement is inherited as a base element. 이벤트에 연결 된 이벤트 처리기는 DragEnter 연결 된 기본 이벤트에 연결 되며 DragDrop.DragEnter 동일한 이벤트 데이터 인스턴스를 수신 합니다.Event handlers that are attached to the DragEnter event are attached to the underlying DragDrop.DragEnter attached event and receive the same event data instance.
라우팅 이벤트 정보Routed Event Information
식별자 필드Identifier field | DragEnterEvent |
라우팅 전략Routing strategy | 버블링Bubbling |
대리자Delegate | DragEventHandler |
해당 터널링 이벤트가 PreviewDragEnter합니다.The corresponding tunneling event is PreviewDragEnter.
OnDragEnter파생 클래스에서이 이벤트에 대 한 클래스 처리를 구현 하도록 재정의 합니다.Override OnDragEnter to implement class handling for this event in derived classes.