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
Why you want to leave your previous company.
Does .net supports destructors concept?
What is the transport protocol you use to call a seb service soap?
Explain clr, cts and cls?
Explain about the Common Language Runtime?
What is difference between static page and dynamic page?
What are the authentication methods in .net?
Do you know what are three common acronyms used in .net, and what do they stand for?
why you wouldn't want to write into it even if you could
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
What is meant by localization?
Explain about the features and elements present in Visual studio.NET IDE?
What are the features of dot net?
which methos do you invoke on the dataadapter control to load your generated dataset with data?
What is the use of design pattern?