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