Nevron Open Vision Documentation
Nevron.Nov.Diagram.LibraryTools Namespace / NDragDropTargetTool Class / UpdateDragDropEffect Method


In This Topic
    UpdateDragDropEffect Method (NDragDropTargetTool)
    In This Topic
    Updates the drag and drop effect
    Syntax
    'Declaration
     
    
    Protected Overridable Sub UpdateDragDropEffect( _
       ByVal e As NDragActionEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NDragDropTargetTool
    Dim e As NDragActionEventArgs
     
    instance.UpdateDragDropEffect(e)
    protected virtual void UpdateDragDropEffect( 
       NDragActionEventArgs e
    )

    Parameters

    e
    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