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

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public IDisposable DeferRefresh()
Visual Basic
Public Function DeferRefresh As IDisposable

Return Value

An IDisposable object that you can use to dispose of the calling object.

Implements

ICollectionView..::..DeferRefresh()()()()

See Also