Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingDocument Class / EndUpdate Method


In This Topic
    EndUpdate Method (NDrawingDocument)
    In This Topic
    Ends an update of the document - pair it with BeginUpdate
    Syntax
    'Declaration
     
    
    Public Overrides Sub EndUpdate() 
    'Usage
     
    
    Dim instance As NDrawingDocument
     
    instance.EndUpdate()
    public override void EndUpdate()
    Remarks
    Overriden to resume the routing and bridge managers.
    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