IAsyncDropTarget Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- Attributi
- Implementazioni
Metodi
| Nome | Descrizione |
|---|---|
| OnAsyncDragDrop(DragEventArgs) | |
| OnDragDrop(DragEventArgs) |
Genera l'evento DragDrop. (Ereditato da IDropTarget) |
| OnDragEnter(DragEventArgs) |
Genera l'evento DragEnter. (Ereditato da IDropTarget) |
| OnDragLeave(EventArgs) |
Genera l'evento DragLeave. (Ereditato da IDropTarget) |
| OnDragOver(DragEventArgs) |
Genera l'evento DragOver. (Ereditato da IDropTarget) |