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 |
how can you change the startup page of silevrlight application?
How to set silverlight contents width as 100%.
Does silverlight supports database connectivity? Explain
How to implement the style in silverlight?
Is silverlight supported on various locales?
Will silverlight support digital rights management?
How can you change the startup page of silverlight application?
Differentiate between Silverlight and Windows Presentation Foundation (WPF)?
How do you grant silverlight permission to talk to a server that is not on your local host.
Explain teh purpose of parent xaml tag of silverlight page?
Explain silverlight application life-cycle?
Will silverlight support live streaming events as well as downloading media?