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
属性
实现

方法

名称 说明
OnAsyncDragDrop(DragEventArgs)
OnDragDrop(DragEventArgs)

引发 DragDrop 事件。

(继承自 IDropTarget)
OnDragEnter(DragEventArgs)

引发 DragEnter 事件。

(继承自 IDropTarget)
OnDragLeave(EventArgs)

引发 DragLeave 事件。

(继承自 IDropTarget)
OnDragOver(DragEventArgs)

引发 DragOver 事件。

(继承自 IDropTarget)

适用于