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


In This Topic
    DetachFromDocument Method (NLibraryGroup)
    In This Topic
    Detaches the view from the current document
    Syntax
    'Declaration
     
    
    Protected Overridable Sub DetachFromDocument() 
    'Usage
     
    
    Dim instance As NLibraryGroup
     
    instance.DetachFromDocument()
    protected virtual void DetachFromDocument()
    Remarks
    This implementation unsubscribes the group from the document Info attribute change 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