DevForce Help Reference
RefreshList Method


Refresh the specified list using the current filter
Syntax
'Declaration
 
Public Sub RefreshList( _
   ByVal list As IList _
) 
'Usage
 
Dim instance As EntityListManager(Of T)
Dim list As IList
 
instance.RefreshList(list)
public void RefreshList( 
   IList list
)

Parameters

list
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

EntityListManager<T> Class
EntityListManager<T> Members

Send Feedback