Protected Overrides Sub OnDragDrop ( _ de As DragEventArgs _ )
Dim de As DragEventArgs Me.OnDragDrop(de)
protected override void OnDragDrop ( DragEventArgs de )
protected: virtual void OnDragDrop ( DragEventArgs^ de ) override
protected void OnDragDrop ( DragEventArgs de )
protected override function OnDragDrop ( de : DragEventArgs )
A DragEventArgs that provides data for the event.
This method checks any parent control for a drag-and-drop handler that can handle the operation instead. If one exists, this method passes the DragEventArgs to the method and returns. If no parent drag-and-drop handler exists, this method attempts to create a tool if a toolbox item has been dropped on the designer control.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.