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
Constructor | Description |
new(name, source)
Signature: (name:string * source:INotifyPropertyChanged) -> BoundSignal<'a>
|
CompiledName: |