ClassDependencyObjectItemCollection<TItem>
Class
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:
cs-api-definition
public class DependencyObjectItemCollection<TItem> : DependencyObjectCollection<TItem>, INotifyItemChanged where TItem : InheritanceContextPropagator, INotifyPropertyChanged
Inheritance: objectDependencyObjectCollection<TItem>DependencyObjectItemCollection<TItem>
Derived Classes:
Implements:
Constructors
DependencyObjectItemCollection()
Initializes a new instance of the DependencyObjectItemCollection<TItem> class.
Declaration
cs-api-definition
public DependencyObjectItemCollection()
Events
ItemChanged
Raised when some collection item's property is changed.
Declaration
cs-api-definition
public event EventHandler<ItemChangedEventArgs> ItemChanged
Event Value
Implements