CommandCreateTwoWayPropertyBinding Method

Overload List

CreateTwoWayPropertyBinding(INotifyPropertyChanged, String, INotifyPropertyChanged, String, FuncObject, Object, FuncObject, Object) Creates a pair of special bindings for the PropertyChanged event of the specified source and target, which allow to update the specified targetPropertyName and sourcePropertyName in both directions when any of them changes.
CreateTwoWayPropertyBinding(Object, String, Object, String, FuncObject, Object, FuncObject, Object) Creates a pair of special bindings for the PropertyChanged or sourcePropertyNameChanged event of the specified source and target, which allow to update the specified targetPropertyName and sourcePropertyName in both directions when any of them changes.

See Also