What is Event Bubbling in .NET?



What is Event Bubbling in .NET?..

Answer / Manju Hembrom

Event bubbling is a concept used in event handling where an event on a child element 'bubbles up' to its parent elements, allowing the parents to handle the event as well. In .NET, this can be managed using the AddHandler and RemoveHandler methods for subscribing and unsubscribing from events.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is an anonymous method and how is it different from a lambda expression?

1 Answers  


What is Garbage Collection in .Net and what is the Garbage collection process?

4 Answers  


What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture

2 Answers   Deloitte,


What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?

1 Answers  


what are design patterns in .net....?

2 Answers  


What are the core differences between .NET Languages ?

1 Answers   TCS,


I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?

1 Answers  


How WSDL is stored ?

1 Answers   PPS, TCS,


What is the standard you use to wrap up a call to a Web service

2 Answers   Siebel Systems,


What is the use of edititem template ingridview?

1 Answers   C Squared Systems, Microsoft,


Which method do you use to redirect the user to another page without performing a round trip to the client?

4 Answers   Siebel Systems,


Do I have any control over the garbage collection algorithm?

1 Answers  


Categories