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 |
Explain what is mutex?
for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?
How do you give a Windows service specific permissions?
What is cyclomatic complexity and why is it important?
What are virtual destructures?
How viewstate is being formed and how it's stored on client in .net?
Explain me what is the difference between an abstract class and an interface?
What is the difference between an abstract class and an interface?
Please explain when should you use .net web forms over asp.net mvc?
What is an EXE?
How does linq work?
How you apply a theme in whole application in .Net?