--- title: 'Document: dragend event' slug: Web/API/Document/dragend_event tags: - API - DOM - Document - DragEvent - Event - Reference - Web - drag and drop - dragend translation_of: Web/API/Document/dragend_event ---
dragend
는 드래그 작업이 끝났을 때 발생합니다(마우스 버튼을 떼거나 ESC 키를 누른 경우).
이벤트 버블링 | Yes |
---|---|
이벤트 취소 | No |
기본 액션 | Varies |
인터페이스 | {{domxref("DragEvent")}} |
이벤트 핸들러 속성 | {{domxref("GlobalEventHandlers/ondragend", "ondragend")}} |
drag 이벤트의 예제 코드나 이 JSFiddle demo를 참고하세요.
{{EmbedLiveSample('Examples', '300', '200', '', 'Web/API/Document/drag_event')}}
명세 | 상태 | 비고 |
---|---|---|
{{SpecName("HTML WHATWG", "interaction.html#dndevents", "dragend")}} | {{Spec2("HTML WHATWG")}} |
{{Compat("api.Document.dragend_event")}}
drag
이벤트: