What’s a bubbled event?

Showing Answers 1 - 5 of 5 Answers

sushil sharma

  • Dec 5th, 2006
 

When another control change his state by changes another control event. Like we select anything from comobo box and data grid value are change that will call event bubbel

arjun

  • Dec 15th, 2006
 

Bubble event is that cotrol handled by another control means as data grid is control by combo box selection or another control .

  Was this answer useful?  Yes

Ashok Kumar

  • Dec 18th, 2006
 

When you have a rich control, like DataGrid, Repeate dataList, 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 its constituents.  

  Was this answer useful?  Yes

Gaurav K

  • Feb 3rd, 2007
 

a bubbled event is the process of moving an event up the control hierarchy, from a control low in the hierarchy, such as a button in the datagrid ans prelocating it upto an ancestor control.

  Was this answer useful?  Yes

vijay_lravm

  • Feb 11th, 2009
 

When you have a complex control, like DataGrid, When another control change his state by changes another control event. Like we select anything from combo box and data grid value are changed that will call event bubble.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions