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


In This Topic
    DetachFromDocument Method (NView)
    In This Topic
    Detaches the view from the current document
    Syntax
    'Declaration
     
    
    Protected Overridable Sub DetachFromDocument() 
    'Usage
     
    
    Dim instance As NView
     
    instance.DetachFromDocument()
    protected virtual void DetachFromDocument()
    Remarks
    This implementation unsubscribes the view from the NodeInserted and NodeRemoved document events and clears the selection
    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