CollectionViewSource::DeferRefresh Method ()
.NET Framework (current version)
Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh.
Assembly: PresentationFramework (in PresentationFramework.dll)
Return Value
Type: System::IDisposable^An IDisposable object that you can use to dispose of the calling object.
The typical usage is to create a using scope with this method and then place multiple view-changing calls within the scope. This delays automatic refresh until the defer cycle is exited.
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: