Intersoft ClientUI Documentation
Refresh Method (PagedCollectionView)



Re-creates the view.
Syntax
Public Sub Refresh() 
Dim instance As PagedCollectionView
 
instance.Refresh()
public void Refresh()
public:
void Refresh(); 
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