Interface IChangeListener
Denotes an interface for objects watching for changes
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public interface IChangeListener
Properties
| Edit this page View SourceNode
Gets the target dependency graph node
Declaration
INotifiable Node { get; }
Property Value
Type | Description |
---|---|
INotifiable |
Methods
| Edit this page View SourceAggregateChanges()
Aggregates the changes
Declaration
INotificationResult AggregateChanges()
Returns
Type | Description |
---|---|
INotificationResult | A notification result aggregating the changes since the last propagation |