IAsyncDropTarget 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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) |