Normally when trying to force an update with a binding I just raise the event of the INotifyPropertyChanged and the binding is forced updated, however when trying this to trigger the datatriggerbehavior like this it does not work untill I really have a different value.
For example I want to get the value when triggered and then with an action put it into textfield like a little log or invoke a command in the view despite being the same every time.
Best to use event trigger as this is due the binding mechanism, sorry about this.
Though it would be still nice to have due the third party libraries sometimes and with Animations.
Normally when trying to force an update with a binding I just raise the event of the INotifyPropertyChanged and the binding is forced updated, however when trying this to trigger the datatriggerbehavior like this it does not work untill I really have a different value. For example I want to get the value when triggered and then with an action put it into textfield like a little log or invoke a command in the view despite being the same every time.