CommandBindingsCollectionAddPropertyBinding Method

Overload List

AddPropertyBinding(Object, String, String, Object) Creates a special binding for the PropertyChanged or sourcePropertyNameChanged event of the specified source, which allows to update the specified targetPropertyName in the targets, when the property of sourcePropertyName changes in the source.
AddPropertyBinding(Object, String, String, FuncObject, Object, Object) Creates a special binding for the PropertyChanged or sourcePropertyNameChanged event of the specified source, which allows to update the specified targetPropertyName in the targets, when the property of sourcePropertyName changes in the source.

See Also