Interview Questions

What’s a bubbled event?

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

What’s a bubbled event?

When you have a complex control, likeDataGrid, writing an event processing routine for each object (cell, button,row, etc.) is quite tedious. The controls can bubble up their eventhandlers, allowing the main DataGrid event handler to take care of itsconstituents.

(Continued on next question...)

Other Interview Questions