what is event inheritance and event delegation?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is common language specification (cls)?

709


What is stored procedure ? how we use it in .NET ?

715


What is meant by globalization?

655


Please explain what is the difference between constants and read-only variables?

688


What is dot net architecture?

637






How is .net able to support multiple languages?

684


Explain what relationship is between a process, application domain, and application?

706


What is the use of gacutil.exe?

749


Explain re-clarification of object based in .net?

657


What is the difference between boxing and unboxing?

630


Explain the garbage collection process?

729


How will you do redo and undo in textbox control?

653


Explain me what are the deferred execution and the immediate execution in linq?

642


Explain why do we use msmq?

642


Does .net supports destructors concept?

1722