Nevron.Diagram.WinForm Namespace / NTranslateNodesMovePreview Class / EndMove Method


In This Topic
    EndMove Method (NTranslateNodesMovePreview)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function EndMove( _
       ByVal commit As System.Boolean, _
       ByVal duplicate As System.Boolean _
    ) As NNodeList
    'Usage
     
    
    Dim instance As NTranslateNodesMovePreview
    Dim commit As System.Boolean
    Dim duplicate As System.Boolean
    Dim value As NNodeList
     
    value = instance.EndMove(commit, duplicate)
    public override NNodeList EndMove( 
       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