IDropTarget Interfaccia

Definizione

Definisce eventi del mouse.

public interface class IDropTarget
public interface IDropTarget
type IDropTarget = interface
Public Interface IDropTarget
Derivato

Metodi

OnDragDrop(DragEventArgs)

Genera l'evento DragDrop.

OnDragEnter(DragEventArgs)

Genera l'evento DragEnter.

OnDragLeave(EventArgs)

Genera l'evento DragLeave.

OnDragOver(DragEventArgs)

Genera l'evento DragOver.

Si applica a