IAsyncDropTarget Interfaccia

Definizione

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
Attributi
Implementazioni

Metodi

Nome Descrizione
OnAsyncDragDrop(DragEventArgs)
OnDragDrop(DragEventArgs)

Genera l'evento DragDrop.

(Ereditato da IDropTarget)
OnDragEnter(DragEventArgs)

Genera l'evento DragEnter.

(Ereditato da IDropTarget)
OnDragLeave(EventArgs)

Genera l'evento DragLeave.

(Ereditato da IDropTarget)
OnDragOver(DragEventArgs)

Genera l'evento DragOver.

(Ereditato da IDropTarget)

Si applica a