Interface INotifyValue<T>
Represents a simple incremental value
Inherited Members
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public interface INotifyValue<out T> : INotifiable, IDisposable
Type Parameters
Name | Description |
---|---|
T |
Properties
| Edit this page View SourceValue
Gets the current value
Declaration
T Value { get; }
Property Value
Type | Description |
---|---|
T |
Events
| Edit this page View SourceValueChanged
Gets fired when the value changed
Declaration
event EventHandler<ValueChangedEventArgs> ValueChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |