[]
        
(Showing Draft Content)

C1.WPF.Schedule.CoveredElementsCollection

CoveredElementsCollection Class

The CoveredElementsCollection represents an observable collection of FrameworkElements.

Inheritance
C1ObservableKeyedCollection<FrameworkElement, CoveredElement>
CoveredElementsCollection
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class CoveredElementsCollection : C1ObservableKeyedCollection<FrameworkElement, CoveredElement>, IList<CoveredElement>, ICollection<CoveredElement>, IList, ICollection, IReadOnlyList<CoveredElement>, IReadOnlyCollection<CoveredElement>, IEnumerable<CoveredElement>, IEnumerable, INotifyCollectionChanged
Public Class CoveredElementsCollection
    Inherits C1ObservableKeyedCollection(Of FrameworkElement, CoveredElement)
    Implements IList(Of CoveredElement), ICollection(Of CoveredElement), IList, ICollection, IReadOnlyList(Of CoveredElement), IReadOnlyCollection(Of CoveredElement), IEnumerable(Of CoveredElement), IEnumerable, INotifyCollectionChanged

Constructors

Name Description
CoveredElementsCollection()

Methods

Name Description
GetKeyForItem(CoveredElement)

Extracts the key from the specified element.