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