Class PropertyChangeListener
Denotes a listener for property changes
Implements
Inherited Members
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public class PropertyChangeListener : IChangeListener
Constructors
| Edit this page View SourcePropertyChangeListener(INotifiable)
Creates a new instance
Declaration
public PropertyChangeListener(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(INotifyPropertyChanged, string)
Subscribe to the property change events
Declaration
public void Subscribe(INotifyPropertyChanged element, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
INotifyPropertyChanged | element | The element |
string | propertyName | The property name |
Unsubscribe()
Removes a subscription
Declaration
public void Unsubscribe()