Intersoft ClientUI Documentation
DeferRefresh Method
See Also  Send Feedback
Intersoft.Client.Data.ComponentModel Namespace > PagedCollectionView Class : DeferRefresh Method






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

Syntax

Visual Basic (Declaration) 
Public Function DeferRefresh() As IDisposable
Visual Basic (Usage)Copy Code
Dim instance As PagedCollectionView
Dim value As IDisposable
 
value = instance.DeferRefresh()
C# 
public IDisposable DeferRefresh()
Delphi 
public function DeferRefresh(): IDisposable; 
JScript 
public function DeferRefresh() : IDisposable;
Managed Extensions for C++ 
public: IDisposable* DeferRefresh(); 
C++/CLI 
public:
IDisposable^ DeferRefresh(); 

Return Value

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

Exceptions

ExceptionDescription
System.InvalidOperationException is true.-or- is true.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.