Class ObservableReadOnlyOrderedSet<T>
Inheritance
ObservableReadOnlyOrderedSet<T>
Assembly: NMF.Collections.dll
Syntax
public class ObservableReadOnlyOrderedSet<T> : ReadOnlyOrderedSet<T>, IList, ICollection, IOrderedSet<T>, IList<T>, ISet<T>, ICollection<T>, INotifyCollectionChanged, INotifyCollectionChanging, IEnumerableExpression<T>, IEnumerable<T>, IEnumerableExpression, IEnumerable
Type Parameters
Constructors
|
Edit this page
View Source
ObservableReadOnlyOrderedSet(ObservableOrderedSet<T>)
Declaration
public ObservableReadOnlyOrderedSet(ObservableOrderedSet<T> parent)
Parameters
Methods
|
Edit this page
View Source
AsNotifiable()
Gets notifications for this collection
Declaration
public INotifyEnumerable<T> AsNotifiable()
Returns
Type |
Description |
INotifyEnumerable<T> |
A collection that will notify clients as new elements change
|
|
Edit this page
View Source
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
|
Edit this page
View Source
OnCollectionChanging(NotifyCollectionChangedEventArgs)
Declaration
protected virtual void OnCollectionChanging(NotifyCollectionChangedEventArgs e)
Parameters
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Events
|
Edit this page
View Source
CollectionChanged
Declaration
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Type
|
Edit this page
View Source
CollectionChanging
Declaration
public event EventHandler<NotifyCollectionChangedEventArgs> CollectionChanging
Event Type
Implements