Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryViewSmartPaintService Class / InvalidateDocumentNodeInstance Method


In This Topic
    InvalidateDocumentNodeInstance Method (NLibraryViewSmartPaintService)
    In This Topic
    Called by the document smart paint service to invalidate all view instances of the node
    Syntax
    'Declaration
     
    
    Public Overridable Sub InvalidateDocumentNodeInstance( _
       ByVal node As INNode _
    ) 
    'Usage
     
    
    Dim instance As NLibraryViewSmartPaintService
    Dim node As INNode
     
    instance.InvalidateDocumentNodeInstance(node)
    public virtual void InvalidateDocumentNodeInstance( 
       INNode node
    )

    Parameters

    node
    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