DeferRefresh Method

ICollectionView.DeferRefresh Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh.

Namespace:  System.ComponentModel
Assembly:  System.Windows (in System.Windows.dll)

IDisposable DeferRefresh()

Return Value

Type: System.IDisposable
The typical usage is to create a using scope with an implementation of this method and then include multiple view-changing calls within the scope. The implementation should delay automatic refresh until after the using scope exits.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft