Interactivity Through Triggers in WPF Control Templates
Control templates in WPF give us the capability to alter the visual appearance of any control. When we override the default visual of a control, we often lose many of the interactive behaviors of the control. For example, we typically lose visual indicators of the mouse interaction with the control. The video demonstrates using triggers in control templates to regain that visual interactivity.
Author: Todd Miranda