Represents a collection of AttachableObject<T> instances.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Type Parameters:
TOwner
Specifies the type of the owner of the items.
TObject
Specifies the type of the attachable objects.
Syntax:
C#
public class AttachableObjectCollection<TOwner, TObject> : ObservableCollection<TObject>, IList<TObject>, ICollection<TObject>, IList, ICollection, IReadOnlyList<TObject>, IReadOnlyCollection<TObject>, IEnumerable<TObject>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged where TOwner : class where TObject : AttachableObject<TOwner>
Inheritance: objectCollection<TObject>ObservableCollection<TObject>AttachableObjectCollection<TOwner, TObject>
Derived Classes:
Implements:
Inherited Members
Methods
Clears the items.
C#
protected override void ClearItems()
Overrides:
Inserts the item.
C#
protected override void InsertItem(int index, TObject item)
The index.
itemTObjectThe item.
Overrides:
Removes the item.
Sets the item.
C#
protected override void SetItem(int index, TObject item)
The index.
itemTObjectThe item.
Overrides: