Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDocument Class / InvalidateCascade Method


In This Topic
    InvalidateCascade Method
    In This Topic
    Invalidates the cascade and forces cascade reconstruction and style recomputation of all document elements to be performed on the next document evaluation. If the document has embedded documents, that inherit stylesheets from this document cascade, their cascades are also invalidated. This method is automatically called when any styling node of the document have changed.
    Syntax
    'Declaration
     
    
    Public Sub InvalidateCascade() 
    'Usage
     
    
    Dim instance As NDocument
     
    instance.InvalidateCascade()
    public void InvalidateCascade()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also