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
How to get the number after decimal point in .net?
How can you instantiate a tuple?
What is an exe and a dll?
How to instantiate a delegate?
Tell about your technical profile ?
What is meant by managed and unmanaged code?
How do you instantiate a complex number?
What does jit compilation do in .net?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
Explain what is the difference between encrypting a password and applying a hashing?
What is Event Bubbling in .NET?
Can a try block have nested try blocks?
Can you create instance of a class which has private constructor?
What is deferred execution vs. Immediate execution in linq?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?