Edit

Share via


IAsyncDropTarget Interface

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
Attributes
Implements

Methods

OnAsyncDragDrop(DragEventArgs)
OnDragDrop(DragEventArgs)

Raises the DragDrop event.

(Inherited from IDropTarget)
OnDragEnter(DragEventArgs)

Raises the DragEnter event.

(Inherited from IDropTarget)
OnDragLeave(EventArgs)

Raises the DragLeave event.

(Inherited from IDropTarget)
OnDragOver(DragEventArgs)

Raises the DragOver event.

(Inherited from IDropTarget)

Applies to