CommandCreatePropertyChangedHandlerBinding Method

Overload List

CreatePropertyChangedHandlerBinding(INotifyPropertyChanged, Action, String) Creates a special command binding for the PropertyChanged event of the specified source that invokes the specified handler only when the changed property is among the specified propertyNames.
CreatePropertyChangedHandlerBinding(INotifyPropertyChanged, ActionString, String) Creates a special command binding for the PropertyChanged event of the specified source that invokes the specified handler only when the changed property is among the specified propertyNames.

See Also