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 difference between system.string and system.stringbuilder classes?
Explain why do we use the “using” statement?
What is a metadata in .net?
Explain how to redirect tracing to a file?
Is there built-in support for tracing?
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.
What is gac in .net?
What is the new three features of COM+ services, which are not there in COM (MTS)
Is there any attempt system for microsoft technology papers?
What are the two main parts of the .net framework?
Should I use readerwriterlock instead of monitor.enter/exit?
What is the difference between a debug and release build?
What is COM Interoperability in .NET
which methos do you invoke on the dataadapter control to load your generated dataset with data?
Explain how garbage collection works?