Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineSource Class / InvalidateRanges Method
The ranges to invalidate.

In This Topic
    InvalidateRanges Method
    In This Topic
    Removes previously cached values corresponding to the specified ranges.
    Syntax
    'Declaration
     
    Protected Sub InvalidateRanges( _
       Optional ByVal ranges As RulesEngineRangeCollection _
    ) 
    protected void InvalidateRanges( 
       RulesEngineRangeCollection ranges
    )

    Parameters

    ranges
    The ranges to invalidate.
    See Also