Is there any way to detect a change in the Text property of a TextBlock element using events?
(I\'m trying to provide an animation for highlighting the TextBlocks wh
This is like the code from the link in bioskope's answer, but simplified. You need the TargetUpdated event and add NotifyOnTargetUpdated=True to the binding.
TargetUpdated
NotifyOnTargetUpdated=True