When you have a complex control, like DataGrid, writing an event processing routine for each object (cell, button, row, etc.) is quite tedious. The controls can ___________________ their event handlers, allowing the main DataGrid event handler to take care of its constituents.

Options
- invoke event
- raise event
- bubble event
- instantiate event


CORRECT ANSWER : bubble event

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement