Intersoft ClientUI Documentation
OnItemsSourceChanged(IEnumerable,IEnumerable) Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXRibbon Namespace > UXRibbonBar Class : OnItemsSourceChanged(IEnumerable,IEnumerable) Method






oldValue
The old value of the ItemsSource property.
newValue
The new value of the ItemsSource property.
Called when the ItemsSource property changes.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnItemsSourceChanged( _
   ByVal oldValue As IEnumerable, _
   ByVal newValue As IEnumerable _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXRibbonBar
Dim oldValue As IEnumerable
Dim newValue As IEnumerable
 
instance.OnItemsSourceChanged(oldValue, newValue)
C# 
protected override void OnItemsSourceChanged( 
   IEnumerable oldValue,
   IEnumerable newValue
)
Delphi 
protected procedure OnItemsSourceChanged( 
    oldValue: IEnumerable;
    newValue: IEnumerable
); override; 
JScript 
protected override function OnItemsSourceChanged( 
   oldValue : IEnumerable,
   newValue : IEnumerable
);
Managed Extensions for C++ 
protected: void OnItemsSourceChanged( 
   IEnumerable* oldValue,
   IEnumerable* newValue
) override 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.