IAsyncDropTarget Schnittstelle

Definition

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
Attribute
Implementiert

Methoden

Name Beschreibung
OnAsyncDragDrop(DragEventArgs)
OnDragDrop(DragEventArgs)

Löst das DragDrop-Ereignis aus.

(Geerbt von IDropTarget)
OnDragEnter(DragEventArgs)

Löst das DragEnter-Ereignis aus.

(Geerbt von IDropTarget)
OnDragLeave(EventArgs)

Löst das DragLeave-Ereignis aus.

(Geerbt von IDropTarget)
OnDragOver(DragEventArgs)

Löst das DragOver-Ereignis aus.

(Geerbt von IDropTarget)

Gilt für: