Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryView Class / DetachFromDocument Method


In This Topic
    DetachFromDocument Method (NLibraryView)
    In This Topic
    Detaches the view from the current document
    Syntax
    'Declaration
     
    
    Protected Overrides Sub DetachFromDocument() 
    'Usage
     
    
    Dim instance As NLibraryView
     
    instance.DetachFromDocument()
    protected override void DetachFromDocument()
    Remarks
    Overriden to unsubscibe the view from the NodeIndexChanged event
    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