Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingMovePreview Class / EndMove Method
whether to commit the move effect
whether to duplicate the initial elements


In This Topic
    EndMove Method (NDrawingMovePreview)
    In This Topic
    Ends the preview move
    Syntax
    'Declaration
     
    
    Public MustOverride Function EndMove( _
       ByVal commit As System.Boolean, _
       ByVal duplicate As System.Boolean _
    ) As NNodeList
    'Usage
     
    
    Dim instance As NDrawingMovePreview
    Dim commit As System.Boolean
    Dim duplicate As System.Boolean
    Dim value As NNodeList
     
    value = instance.EndMove(commit, duplicate)
    public abstract NNodeList EndMove( 
       System.bool commit,
       System.bool duplicate
    )

    Parameters

    commit
    whether to commit the move effect
    duplicate
    whether to duplicate the initial elements
    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