IDropTarget Interfaz

Definición

Define eventos del mouse.

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

Métodos

OnDragDrop(DragEventArgs)

Genera el evento DragDrop.

OnDragEnter(DragEventArgs)

Genera el evento DragEnter.

OnDragLeave(EventArgs)

Genera el evento DragLeave.

OnDragOver(DragEventArgs)

Genera el evento DragOver.

Se aplica a