1. | Get event sender from event | |  |
2. | Handle the ContentRendered event | |  |
3. | Find source element of an element in event handler by casting | |  |
4. | Add an event handler to an element using code | |  |
5. | Halting event routing with Handled | |  |
6. | Security Exception | |  |
7. | Throw Handled Exception | |  |
8. | Check handler event sender | |  |
9. | Do event based on button name | |  |
|
10. | Add event handler to StackPanel in StackPanel resource | |  |
11. | Add a PropertyChangedValueCallback to Any Dependency Property | |  |
12. | Handle a Button Click with Shared button click handler | |  |
13. | DispatcherTimer and EventHandler | |  |
14. | Thumb DragStarted and DragCompleted event handler | |  |
15. | Set interval and event handler for DispatcherTimer | |  |
16. | Get the event sender name | |  |
17. | Event firing sequence | |  |
18. | Cancel event by setting CanExecute and Handled to false | |  |
19. | Event sender, event source and event original source | |  |
20. | Cast event sender to a control | |  |
21. | Fire an event when an element gains and loses focus. | |  |