what is event inheritance and event delegation?



what is event inheritance and event delegation?..

Answer / rathi

The event-delegation model has two advantages over the
event-inheritance model. First, it enables event handling
to be handled by objects other than the ones that generate
the events (or their containers). This allows a clean
separation between a component's design and its use. The
other advantage of the event-delegation model is that it
performs much better in applications where many events are
generated. This performance improvement is due to the fact
that the event-delegation model does not have to repeatedly
process unhandled events, as is the case of the event-
inheritance
model.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

How will you do redo and undo in textbox control?

0 Answers  


What is a design pattern and what is it for?

0 Answers  


What is an Exception? How many exceptions exist in Dot net and explain them?

2 Answers   CSC, TCS,


What is il and c#?

0 Answers  


What is loosely coupled solution in.net?

0 Answers  






Explain me what is the .net framework and how does it work?

0 Answers  


I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.

0 Answers  


Explain dataset.acceptchanges and dataadapter.update methods in .net?

0 Answers  


What is reflection in microsoft .net context?

0 Answers  


Difference between class and interface in .net?

0 Answers  


What is Assembly?

1 Answers   DELL, Wipro,


Explain the difference between the while and for loop.

0 Answers  


Categories