Nevron.Diagram.WinForm Namespace / NDrawingPreviewManager Class / EndMovePreview Method


In This Topic
    EndMovePreview Method (NDrawingPreviewManager)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function EndMovePreview( _
       ByVal commit As System.Boolean, _
       ByVal duplicate As System.Boolean _
    ) As NNodeList
    'Usage
     
    
    Dim instance As NDrawingPreviewManager
    Dim commit As System.Boolean
    Dim duplicate As System.Boolean
    Dim value As NNodeList
     
    value = instance.EndMovePreview(commit, duplicate)
    public virtual NNodeList EndMovePreview( 
       System.bool commit,
       System.bool duplicate
    )

    Parameters

    commit
    duplicate
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also