CADability dotNET
Will be called when a windows "drag and drop" operation moves over 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 OnDragOver(
	DragEventArgs drgevent
)
Visual Basic
Sub OnDragOver ( _
	drgevent As DragEventArgs _
)
Visual C++
void OnDragOver(
	DragEventArgs^ drgevent
)

Parameters

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

See Also