IAsyncDropTarget Interfaz

Definición

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
Atributos
Implementaciones

Métodos

Nombre Description
OnAsyncDragDrop(DragEventArgs)
OnDragDrop(DragEventArgs)

Genera el evento DragDrop.

(Heredado de IDropTarget)
OnDragEnter(DragEventArgs)

Genera el evento DragEnter.

(Heredado de IDropTarget)
OnDragLeave(EventArgs)

Genera el evento DragLeave.

(Heredado de IDropTarget)
OnDragOver(DragEventArgs)

Genera el evento DragOver.

(Heredado de IDropTarget)

Se aplica a