Intersoft ClientUI Documentation
DeferRefresh Method



Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh.
Syntax
Public Function DeferRefresh() As IDisposable
Dim instance As PagedCollectionView
Dim value As IDisposable
 
value = instance.DeferRefresh()
public IDisposable DeferRefresh()
public:
IDisposable^ DeferRefresh(); 

Return Value

An System.IDisposable object that you can use to dispose of the calling object.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionSystem.Windows.Data.PagedCollectionView.IsAddingNew is true.-or-System.Windows.Data.PagedCollectionView.IsEditingItem is true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PagedCollectionView Class
PagedCollectionView Members

Send Feedback