WPF Interview questions


Total available count: 11
Subject - Microsoft Technologies
Subsubject - WPF

What is a Routed event?

In a typical WPF application, it contains many elements. These elements exist in an element tree relationship with each other. A routed event is a type of event that can invoke handlers on multiple listeners in an element tree, rather than just on the object that raised the event.




Next 5 interview question(s)

1
What is XBAP?
2
What is XAML?
3
What is the difference between ComboBox IsEditable and IsReadOnly properties?
4
When should I use WPF instead of Windows Forms?
5
What are possible ways to implement distributed applications in .NET?