Intersoft ClientUI Documentation
OnItemsSourceChanged(IEnumerable,IEnumerable) Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISItemsControl Class : OnItemsSourceChanged(IEnumerable,IEnumerable) Method






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

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnItemsSourceChanged( _
   ByVal oldValue As IEnumerable, _
   ByVal newValue As IEnumerable _
) 
Visual Basic (Usage)Copy Code
Dim instance As ISItemsControl
Dim oldValue As IEnumerable
Dim newValue As IEnumerable
 
instance.OnItemsSourceChanged(oldValue, newValue)
C# 
protected virtual void OnItemsSourceChanged( 
   IEnumerable oldValue,
   IEnumerable newValue
)
Delphi 
protected procedure OnItemsSourceChanged( 
    oldValue: IEnumerable;
    newValue: IEnumerable
); virtual; 
JScript 
protected function OnItemsSourceChanged( 
   oldValue : IEnumerable,
   newValue : IEnumerable
);
Managed Extensions for C++ 
protected: virtual void OnItemsSourceChanged( 
   IEnumerable* oldValue,
   IEnumerable* newValue
) 
C++/CLI 
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 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.