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 事件。

適用於