Class CollectionChangeListener<T>
Denotes a class that listenes for collection changes
Implements
Inherited Members
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public class CollectionChangeListener<T> : IChangeListener
Type Parameters
Name | Description |
---|---|
T | The type of elements |
Constructors
| Edit this page View SourceCollectionChangeListener(INotifiable)
Create a new instance
Declaration
public CollectionChangeListener(INotifiable node)
Parameters
Type | Name | Description |
---|---|---|
INotifiable | node | the target node |
Properties
| Edit this page View SourceNode
Gets the target dependency graph node
Declaration
public INotifiable Node { get; }
Property Value
Type | Description |
---|---|
INotifiable |
Methods
| Edit this page View SourceAggregateChanges()
Aggregates the changes
Declaration
public INotificationResult AggregateChanges()
Returns
Type | Description |
---|---|
INotificationResult | A notification result aggregating the changes since the last propagation |
Subscribe(INotifyCollectionChanged)
Subscribe to changes of the collection
Declaration
public void Subscribe(INotifyCollectionChanged collection)
Parameters
Type | Name | Description |
---|---|---|
INotifyCollectionChanged | collection | The target collection |
Unsubscribe()
Unsubscribe changes
Declaration
public void Unsubscribe()