What are the different event modes in silverlight?
Answer / Rahul Rastogi
Silverlight has four event handling modes: Raised_Event, Attached_Event, Bubbling, and Captured. nRaised_Event occurs when a control raises an event. Attached_Event is used to handle events on elements that are not direct children of the element being handled (similar to jQuery's live() method). Bubbling is the default event propagation mechanism where events start from the innermost element and move towards the outermost element. Captured, on the other hand, starts from the outermost element and moves towards the innermost element.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the animation types supported by silverlight?
List the steps involved in consuming the WCF services in Silverlight
How does silverlight 2 differ from adobe flash?
What is silverlight tool kit?
what is .xap file in context of silverlight?
Is ado.net objects supported in microsoft silverlight project?
How would you implement drag-and-drop in silverlight?
What is ria?
Explain teh purpose of parent xaml tag of silverlight page?
Is Silverlight supported by all major browsers?
What do you mean by silverlight.js file?
does silverlight application supports desktop implementation?