Show / Hide Table of Contents

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 Source

Node

Gets the target dependency graph node

Declaration
INotifiable Node { get; }
Property Value
Type Description
INotifiable

Methods

| Edit this page View Source

AggregateChanges()

Aggregates the changes

Declaration
INotificationResult AggregateChanges()
Returns
Type Description
INotificationResult

A notification result aggregating the changes since the last propagation

Extension Methods

ExpressionExtensions.AsOne<T>(T)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX