NevronOpenVision
Nevron.Nov.Diagram.LibraryTools Namespace / NDragDropTargetTool Class / OnDragOver Method
In This Topic
    OnDragOver Method (NDragDropTargetTool)
    In This Topic
    Processes the drag over event
    Syntax
    public override void OnDragOver( 
       NDragActionEventArgs args
    )

    Parameters

    args

    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