ICollectionView.DeferRefresh Method

Definition

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

public:
 IDisposable ^ DeferRefresh();
public IDisposable DeferRefresh ();
abstract member DeferRefresh : unit -> IDisposable
Public Function DeferRefresh () As IDisposable

Returns

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

Applies to

See also