Blend Trigger vs. WPF Trigger
问题 It seems to me that there is a major difference between the Blend-style Trigger s found in the Interactivity namespace, and the classic Trigger s available via Styles, ControlTemplate s, etc, in WPF (I supposed this probably applies to SilverLight as well). In WPF, when you set a Trigger with a Setter, you get two behaviours: if the trigger condition is met, the Setter is applied. However, once a Trigger is no longer satisfied, the previous value is restored. This is tremendously useful when