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
What is common language specification (cls)?
What is stored procedure ? how we use it in .NET ?
What is meant by globalization?
Please explain what is the difference between constants and read-only variables?
What is dot net architecture?
How is .net able to support multiple languages?
Explain what relationship is between a process, application domain, and application?
What is the use of gacutil.exe?
Explain re-clarification of object based in .net?
What is the difference between boxing and unboxing?
Explain the garbage collection process?
How will you do redo and undo in textbox control?
Explain me what are the deferred execution and the immediate execution in linq?
Explain why do we use msmq?
Does .net supports destructors concept?