Select from following answers:- Bubbled
- Tunnelled
- Direct
- All of the Above

- All Above
All of these events are supported in WPF.
Bubbled: the path is from child to the parent control
example: MouseRightButtonDown
Tunnelled: the path is from parent to the child control.
example: PreviewMouseRightButtonDown.
Direct:The control itself receives the event
eg:Click.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator