How the even routing method works in silverlight?
Answer / Gufran Abid
Even routing in Silverlight is a way to handle events that are defined on custom controls. It involves creating an event setter and getter for the custom control, which allows other classes to attach and invoke the event. The event gets routed to the event handler associated with the source object using the event bubbling mechanism.
| Is This Answer Correct ? | 0 Yes | 0 No |
What you must require in order to run silverlight applications on a web server?
How to apply style elements in a silverlight project?
What are the main features and benefits of Silverlight?
What is silverlight tool kit?
What features are missing from silverlight presentation markup that will be supported in windows presentation foundation?
Is silverlight compatible with multiple browsers and operating system?
Will silverlight-based applications and content run on any web server? What are the benefits to running it on servers running windows?
What are the different development tools used in silverlight?
Difference between mouseleftbuttondown and mouseleftbuttonup in silverlight.
can you use any specific patterns in silverlight programming?
Explain the mouse events that silverlight currently supports.
Give a brief description of the .XAP file