Notify value change.
By default, a property set by binder will notify this property changed.
You could use this annotation on the set method to change or add notification target.
You could also add this annotation on a command method to notify properties that will be changed after the command.
To avoid the default notification, use NotifyChangeDisabled on the set method independently.