Interface IValueSource<T>
Provides access to the value of the specified type.
public interface IValueSource<T>
Type Parameters
T
Type of the value.
Properties
- Value
Gets or sets value.
Events
- ValueChanged
Occurs when the value is changed.