IDropTarget Interface

Définition

Définit des événements de souris.

public interface class IDropTarget
public interface IDropTarget
type IDropTarget = interface
Public Interface IDropTarget
Dérivé

Méthodes

OnDragDrop(DragEventArgs)

Déclenche l’événement DragDrop.

OnDragEnter(DragEventArgs)

Déclenche l’événement DragEnter.

OnDragLeave(EventArgs)

Déclenche l’événement DragLeave.

OnDragOver(DragEventArgs)

Déclenche l’événement DragOver.

S’applique à