Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain what is mutex?

0 Answers  


for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?

5 Answers   IBM,


How do you give a Windows service specific permissions?

1 Answers  


What is cyclomatic complexity and why is it important?

0 Answers  


What are virtual destructures?

0 Answers  


How viewstate is being formed and how it's stored on client in .net?

0 Answers  


Explain me what is the difference between an abstract class and an interface?

0 Answers  


What is the difference between an abstract class and an interface?

0 Answers  


Please explain when should you use .net web forms over asp.net mvc?

0 Answers  


What is an EXE?

1 Answers  


How does linq work?

0 Answers  


How you apply a theme in whole application in .Net?

0 Answers   PUCIT,


Categories