IAsyncDropTarget Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |