CADability dotNET
Will be called when a windows "drag and drop" operation drops in the space of this object. You may modify the drgevent parameter, especially the Effect.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void OnDragDrop(
	DragEventArgs drgevent
)
Visual Basic
Sub OnDragDrop ( _
	drgevent As DragEventArgs _
)
Visual C++
void OnDragDrop(
	DragEventArgs^ drgevent
)

Parameters

drgevent
Type: System.Windows.Forms..::..DragEventArgs
Argument that indicates the state of the drag and drop action

See Also