An observable collection that supports context inheritance and tracks its items for property changes.
Definition
Namespace:Telerik.Windows.Controls.HeatMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Type Parameters:
TItem
The type of the item.
Syntax:
C#
public class DependencyObjectItemCollection<TItem> : DependencyObjectCollection<TItem>, INotifyItemChanged where TItem : InheritanceContextPropagator, INotifyPropertyChanged
Inheritance: objectDependencyObjectCollection<TItem>DependencyObjectItemCollection<TItem>
Derived Classes:
Implements:
Constructors
Initializes a new instance of the DependencyObjectItemCollection<TItem> class.
C#
public DependencyObjectItemCollection()
Events
Raised when some collection item's property is changed.
C#
public event EventHandler<ItemChangedEventArgs> ItemChanged
Implements: