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 Overrides Sub OnItemsSourceChanged( _
   ByVal oldValue As IEnumerable, _
   ByVal newValue As IEnumerable _
) 
Dim instance As UXBreadCrumbBox
Dim oldValue As IEnumerable
Dim newValue As IEnumerable
 
instance.OnItemsSourceChanged(oldValue, newValue)
protected override void OnItemsSourceChanged( 
   IEnumerable oldValue,
   IEnumerable newValue
)
protected:
void OnItemsSourceChanged( 
   IEnumerable^ oldValue,
   IEnumerable^ newValue
) override 

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

UXBreadCrumbBox Class
UXBreadCrumbBox Members

Send Feedback