Nevron.Diagram.WinForm Namespace / NDrawingView Class / EndInplaceEditing Method


In This Topic
    EndInplaceEditing Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub EndInplaceEditing( _
       ByVal element As INInplaceEditable, _
       ByVal commit As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NDrawingView
    Dim element As INInplaceEditable
    Dim commit As System.Boolean
     
    instance.EndInplaceEditing(element, commit)
    public virtual void EndInplaceEditing( 
       INInplaceEditable element,
       System.bool commit
    )

    Parameters

    element
    commit
    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