Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingTools Namespace / NDragDropTargetTool Class / OnDragOver Method


In This Topic
    OnDragOver Method (NDragDropTargetTool)
    In This Topic
    Processes the drag over event
    Syntax
    'Declaration
     
    
    Public Overrides Sub OnDragOver( _
       ByVal e As NDragActionEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NDragDropTargetTool
    Dim e As NDragActionEventArgs
     
    instance.OnDragOver(e)
    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