Interface INotifyValue<T>
- Namespace
- NMF.Expressions
- Assembly
- NMF.Expressions.dll
Represents a simple incremental value
public interface INotifyValue<out T> : INotifiable, IDisposable
Type Parameters
T
- Inherited Members
- Extension Methods
Properties
Value
Gets the current value
T Value { get; }
Property Value
- T
Events
ValueChanged
Gets fired when the value changed
event EventHandler<ValueChangedEventArgs> ValueChanged