IAsyncDropTarget 인터페이스

정의

public interface class IAsyncDropTarget : System::Windows::Forms::IDropTarget
[System.Diagnostics.CodeAnalysis.Experimental("WFO5003", UrlFormat="https://aka.ms/winforms-warnings/{0}")]
public interface IAsyncDropTarget : System.Windows.Forms.IDropTarget
[<System.Diagnostics.CodeAnalysis.Experimental("WFO5003", UrlFormat="https://aka.ms/winforms-warnings/{0}")>]
type IAsyncDropTarget = interface
    interface IDropTarget
Public Interface IAsyncDropTarget
Implements IDropTarget
특성
구현

메서드

Name Description
OnAsyncDragDrop(DragEventArgs)
OnDragDrop(DragEventArgs)

DragDrop 이벤트를 발생시킵니다.

(다음에서 상속됨 IDropTarget)
OnDragEnter(DragEventArgs)

DragEnter 이벤트를 발생시킵니다.

(다음에서 상속됨 IDropTarget)
OnDragLeave(EventArgs)

DragLeave 이벤트를 발생시킵니다.

(다음에서 상속됨 IDropTarget)
OnDragOver(DragEventArgs)

DragOver 이벤트를 발생시킵니다.

(다음에서 상속됨 IDropTarget)

적용 대상