Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NWrapFlowPanelControl Class / InvalidateTreeDependentProperties Method


In This Topic
    InvalidateTreeDependentProperties Method (NWrapFlowPanelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function InvalidateTreeDependentProperties( _
       ByVal parentTreeState As System.Windows.TreeChangeInfo, _
       ByVal isSelfInheritanceParent As System.Boolean, _
       ByVal wasSelfInheritanceParent As System.Boolean _
    ) As MS.Utility.FrugalObjectList(Of DependencyProperty)
    'Usage
     
    
    Dim instance As NWrapFlowPanelControl
    Dim parentTreeState As System.Windows.TreeChangeInfo
    Dim isSelfInheritanceParent As System.Boolean
    Dim wasSelfInheritanceParent As System.Boolean
    Dim value As MS.Utility.FrugalObjectList(Of DependencyProperty)
     
    value = instance.InvalidateTreeDependentProperties(parentTreeState, isSelfInheritanceParent, wasSelfInheritanceParent)
    internal MS.Utility.FrugalObjectList<DependencyProperty> InvalidateTreeDependentProperties( 
       System.Windows.TreeChangeInfo parentTreeState,
       System.bool isSelfInheritanceParent,
       System.bool wasSelfInheritanceParent
    )

    Parameters

    parentTreeState
    isSelfInheritanceParent
    wasSelfInheritanceParent
    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