IAsyncDropTarget Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- Attributs
- Implémente
Méthodes
| Nom | Description |
|---|---|
| OnAsyncDragDrop(DragEventArgs) | |
| OnDragDrop(DragEventArgs) |
Déclenche l’événement DragDrop. (Hérité de IDropTarget) |
| OnDragEnter(DragEventArgs) |
Déclenche l’événement DragEnter. (Hérité de IDropTarget) |
| OnDragLeave(EventArgs) |
Déclenche l’événement DragLeave. (Hérité de IDropTarget) |
| OnDragOver(DragEventArgs) |
Déclenche l’événement DragOver. (Hérité de IDropTarget) |