IDropTarget 接口

定义

定义鼠标事件。

public interface class IDropTarget
public interface IDropTarget
type IDropTarget = interface
Public Interface IDropTarget
派生

方法

OnDragDrop(DragEventArgs)

引发 DragDrop 事件。

OnDragEnter(DragEventArgs)

引发 DragEnter 事件。

OnDragLeave(EventArgs)

引发 DragLeave 事件。

OnDragOver(DragEventArgs)

引发 DragOver 事件。

适用于