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


In This Topic
    StartMove Method (NDragDropTargetTool)
    In This Topic
    Starts to move a preview of the objects contained in the specified data object
    Syntax
    'Declaration
     
    
    Protected Overridable Sub StartMove( _
       ByVal dataObject As NDataObject _
    ) 
    'Usage
     
    
    Dim instance As NDragDropTargetTool
    Dim dataObject As NDataObject
     
    instance.StartMove(dataObject)
    protected virtual void StartMove( 
       NDataObject dataObject
    )

    Parameters

    dataObject
    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