Gjallarhorn.Bindable


BoundSignal<'a>

Namespace: Gjallarhorn.Bindable

An ISignal<'a> bound to a named property on a source. This uses reflection, and INotifyPropertyChanged to update the signal as needed.

Constructors

ConstructorDescription
new(name, source)
Signature: (name:string * source:INotifyPropertyChanged) -> BoundSignal<'a>

CompiledName: .ctor

Fork me on GitHub