adspace


What is Event Bubbling in .NET?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143