what is event inheritance and event delegation?
Answer / 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 |
Describe the compilation process for .net code?
How do you create threading in.net?
What is the difference between .net and laravel?
What is an anonymous method?
What is Delegate? Have ever used Delegates in your project.
What is use of ContextUtil class?
Which ports are used by viruses? UDP/TCP?
What is .NET Framework?
Is .net capable of supporting multi-thread?
Should I use readerwriterlock instead of monitor.enter/exit?
What is an Exception? How many exceptions exist in Dot net and explain them?
How does u handle this COM components developed in other programming languages in .NET?