Interface IValueChangedNotificationResult<T>
Denotes the notification that a value was changed
Inherited Members
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public interface IValueChangedNotificationResult<out T> : IValueChangedNotificationResult, INotificationResult
Type Parameters
Name | Description |
---|---|
T | The type of the value |
Properties
| Edit this page View SourceNewValue
Gets the new value
Declaration
T NewValue { get; }
Property Value
Type | Description |
---|---|
T |
OldValue
Gets the old value
Declaration
T OldValue { get; }
Property Value
Type | Description |
---|---|
T |