Answer:
When you have a complex control, like DataGrid, it is quite tedious writing an event processing routine for each object (cell, button, row, etc.).
The controls can bubble up their eventhandlers, allowing the main DataGrid event handler to take care of its constituents.
Asked In: Many Interviews |
Alert Moderator