IAsyncDropTarget Interface

Definição

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
Implementações

Métodos

Name Description
OnAsyncDragDrop(DragEventArgs)
OnDragDrop(DragEventArgs)

Eleva o DragDrop evento.

(Herdado de IDropTarget)
OnDragEnter(DragEventArgs)

Eleva o DragEnter evento.

(Herdado de IDropTarget)
OnDragLeave(EventArgs)

Eleva o DragLeave evento.

(Herdado de IDropTarget)
OnDragOver(DragEventArgs)

Eleva o DragOver evento.

(Herdado de IDropTarget)

Aplica-se a