adspace
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