BindExtensions class¶
Defined in
Namespace: ReactiveMarbles.PropertyChanged
Assembly: ReactiveMarbles.PropertyChanged.dll
Full name: ReactiveMarbles.PropertyChanged.BindExtensions
Modifiers: public static
Summary¶
Set of extension methods that handle binding.
Applies to
netstandard2.0, net462
Methods¶
| Name | Summary |
|---|---|
| static BindOneWay | Performs one way binding between a property on the host to a target property. |
| static BindTwoWay | Performs one way binding between a property on the host to a target property. |