DataRepeaterDesigner.OnDragDrop Method
This member overrides ParentControlDesigner.OnDragDrop(DragEventArgs).
Namespace: Microsoft.VisualBasic.PowerPacks.Design
Assembly: Microsoft.VisualBasic.PowerPacks (in Microsoft.VisualBasic.PowerPacks.dll)
Syntax
'Declaration
Protected Overrides Sub OnDragDrop ( _
de As DragEventArgs _
)
'Usage
Dim de As DragEventArgs
Me.OnDragDrop(de)
protected override void OnDragDrop(
DragEventArgs de
)
protected:
virtual void OnDragDrop(
DragEventArgs^ de
) override
protected override function OnDragDrop(
de : DragEventArgs
)
Parameters
- de
Type: System.Windows.Forms.DragEventArgs
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.