Intersoft ClientUI Documentation
OnItemsSourceChanged(IEnumerable,IEnumerable) Method



The old value of the ItemsSource property.
The new value of the ItemsSource property.
Called when the value of ItemsSource property changes.
Syntax
Protected Overridable Sub OnItemsSourceChanged( _
   ByVal oldValue As IEnumerable, _
   ByVal newValue As IEnumerable _
) 
Dim instance As ISItemsControl
Dim oldValue As IEnumerable
Dim newValue As IEnumerable
 
instance.OnItemsSourceChanged(oldValue, newValue)
protected virtual void OnItemsSourceChanged( 
   IEnumerable oldValue,
   IEnumerable newValue
)
protected:
virtual void OnItemsSourceChanged( 
   IEnumerable^ oldValue,
   IEnumerable^ newValue
) 

Parameters

oldValue
The old value of the ItemsSource property.
newValue
The new value of the ItemsSource property.
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

ISItemsControl Class
ISItemsControl Members

Send Feedback