Interface IBindWritable<T>
- Namespace
- Bindables
- Assembly
- Bindables.dll
Writable bindable interface.
public interface IBindWritable<T> : IBindable<T>, IBindable, IBindWritable
Type Parameters
TThe type of the bindable value.
- Inherited Members
- Extension Methods
Properties
Value
Gets or sets the current value of the bindable. Setting a new value triggers change notifications.
T Value { get; set; }
Property Value
- T