Version

RefreshDataItems Method

Updates the ValueItems with the current values in the data source. This method is used when the data source does not implement IBindingList (such as an array or ArrayList). After modifying the values in the data source, call this method so that the items are synchronized. If the data source or binding context has not been specified an InvalidOperationException will be thrown.
Syntax
'Declaration
 
Public Sub RefreshDataItems() 
public void RefreshDataItems()
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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