Table of Contents

Interface IValueChangedNotificationResult<T>

Namespace
NMF.Expressions
Assembly
NMF.Expressions.dll

Denotes the notification that a value was changed

public interface IValueChangedNotificationResult<out T> : IValueChangedNotificationResult, INotificationResult

Type Parameters

T

The type of the value

Inherited Members
Extension Methods

Properties

NewValue

Gets the new value

T NewValue { get; }

Property Value

T

OldValue

Gets the old value

T OldValue { get; }

Property Value

T