NevronOpenVision
Nevron.Nov.Diagram.DrawingTools Namespace / NDragDropTargetTool Class / OnDragOver Method
OnDragOver Method (NDragDropTargetTool)
Processes the drag over event
Syntax
public override void OnDragOver( 
   NDragActionEventArgs e
)

Parameters

e

Return Value

true if the event was processed, otherwise false
Remarks
If the mouse left the view window this method will destroy the preview. Otherwise it will create it (if not created) and translate it. Then it will update the drag drop effect
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also