Control.OnDragLeave(DragEventArgs) 메서드

정의

DragLeave 이벤트가 발생하기 전에 호출됩니다.

protected:
 virtual void OnDragLeave(DragEventArgs ^ e) = OnDragLeave;
void OnDragLeave(DragEventArgs const& e);
protected virtual void OnDragLeave(DragEventArgs e);
function onDragLeave(e)
Protected Overridable Sub OnDragLeave (e As DragEventArgs)

매개 변수

e
DragEventArgs

이벤트에 대한 이벤트 데이터입니다.

적용 대상

추가 정보