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 |
What is an Interface? Have you ever developed an Interface.
Explain what is the difference between a class and an object, and how do these terms relate to each other?
What does .net stand for?
What are good ADO.NET object(s) to replace the ADO Recordset object.
Whate are resource files?
Explain what relationship is between a process, application domain, and application?
What are the differences between com architecture and.net architecture?
What is Delegate? Have ever used Delegates in your project.
what is ItemTemplate and EditTemplate and FooterTemplate? what is the Purpose of useing template columns in datagrid?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
What tools can I use to develop .net applications?
How to spawn a thread?