IAsyncDropTarget Interface

Définition

public interface class IAsyncDropTarget : System::Windows::Forms::IDropTarget
[System.Diagnostics.CodeAnalysis.Experimental("WFO5003", UrlFormat="https://aka.ms/winforms-warnings/{0}")]
public interface IAsyncDropTarget : System.Windows.Forms.IDropTarget
[<System.Diagnostics.CodeAnalysis.Experimental("WFO5003", UrlFormat="https://aka.ms/winforms-warnings/{0}")>]
type IAsyncDropTarget = interface
    interface IDropTarget
Public Interface IAsyncDropTarget
Implements IDropTarget
Attributs
Implémente

Méthodes

Nom Description
OnAsyncDragDrop(DragEventArgs)
OnDragDrop(DragEventArgs)

Déclenche l’événement DragDrop.

(Hérité de IDropTarget)
OnDragEnter(DragEventArgs)

Déclenche l’événement DragEnter.

(Hérité de IDropTarget)
OnDragLeave(EventArgs)

Déclenche l’événement DragLeave.

(Hérité de IDropTarget)
OnDragOver(DragEventArgs)

Déclenche l’événement DragOver.

(Hérité de IDropTarget)

S’applique à