Class ItemsControlOnItemsSourceChanged
Represents ItemsControl with ItemsSourceChanged in Silverlight.
Inherited Members
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.dll
Syntax
public class ItemsControlOnItemsSourceChanged : ItemsControl
Constructors
ItemsControlOnItemsSourceChanged()
Initializes a new instance of the ItemsControlOnItemsSourceChanged class.
Declaration
public ItemsControlOnItemsSourceChanged()
Methods
OnItemsSourceChanged(IEnumerable, IEnumerable)
Called when ItemsSource is changed.
Declaration
protected virtual void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
Parameters
System.Collections.IEnumerable
oldValue
The old value. |
System.Collections.IEnumerable
newValue
The new value. |