Interface IValueChangedNotificationResult
- Namespace
- NMF.Expressions
- Assembly
- NMF.Expressions.dll
Denotes the notification that a value was changed
public interface IValueChangedNotificationResult : INotificationResult
- Inherited Members
- Extension Methods
Properties
NewValue
Gets the new value
object NewValue { get; }
Property Value
OldValue
Gets the old value
object OldValue { get; }