.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 960 Page Views: 

What is routed event?



Posted By: Avi Date: 15 October 2010 08:00:49 AM
 Answer:

Routed event is a type of event that can invoke handlers on multiple listeners in an element tree. Routed events are processed by the WPF event system.


Posted By: avibtech


Date: 15 October 2010 08:00:49 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image AXf1OY
Related Questions
.Net Framework : How can you start asynchronous operation?

How can you start asynchronous operation?

You can call BeginInovke on delegate instance.
Category: .Net Framework Date: 10/13/2010 10:22:49 AM
.Net Framework : How can you filter runtime exceptions?

How can you filter runtime exceptions?

By using multiple catch blocks
Category: .Net Framework Date: 10/13/2010 8:38:48 AM
.Net Framework : What is difference between string and stringbuilder?

What is difference between string and stringbuilder?

String is for simple string operations while StringBuilder is used to perform high manipulation stri....
Category: .Net Framework Date: 7/3/2010 1:55:44 PM
.Net Framework : What is difference between Monitor.Enter and Monitor.TryEnter functions?

What is difference between Monitor.Enter and Monitor.TryEnter functions?

Monitor.Enter waits for the lock until it does not get it, while Monitor.TryEnter will request for l....
Category: .Net Framework Date: 7/3/2010 1:52:22 PM
.Net Framework : What is CLR and what is the task perform by CLR?

What is CLR and what is the task perform by CLR?

CLR stand for Common Language Runtime. It has following tasks: 1. Executing IL 2. Code Verificatio....
Category: .Net Framework Date: 7/3/2010 1:48:33 PM