what is event inheritance and event delegation?



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

Post New Answer

More Dot Net General Interview Questions

What?s SingleCall activation mode used for?

1 Answers  


Explain the garbage collection process?

0 Answers  


Tell us what is json data, and what is one way that .net developers can work with json?

0 Answers  


what are design patterns in .net....?

2 Answers  


Which namespace is used to support multithearding in .NET?

0 Answers   Sans Pareil IT Services,






Difference between assembly manifest & metadata assembly manifest

4 Answers   Ksb,


What?s a Windows process?

1 Answers  


How will u load dynamic assembly? How will create assemblies at run time?

1 Answers  


How to store and retrieve images in SQL server database through VB.NET?

1 Answers  


What is .net core used for?

0 Answers  


Explain what is the difference between encrypting a password and applying a hashing?

0 Answers  


What is different between webusercontrol and in webcustomcontrol?

0 Answers  


Categories