| 2,000 Things You Should Know About WPF |
In Windows Forms, controls make use of traditional .NET events to notify a user that something interesting happened in the control. When a user clicks on a button, the corresponding Button object will raise a Click event. You can then define an event handler that does something as a response to the click. In WPF, events are routed, [...]




