CollectionView::NeedsRefresh Property
.NET Framework (current version)
Gets a value that indicates whether the view needs to be refreshed.
Assembly: PresentationFramework (in PresentationFramework.dll)
This property indicates if the internal state of the view has changed and requires a Refresh method call. The typical scenario is if a SortDescription or similar has been added to the view while the view is in a deferred refresh cycle (see DeferRefresh). In this scenario, no explicit call to Refresh is needed; as soon as the deferred refresh cycle ends, the view calls refresh automatically.
.NET Framework
Available since 3.0
Available since 3.0
Show: