How to perform Event handling in Silverlight application?
Answer / Virender Kumar Tiwari
In Silverlight, you can handle events using event handler methods. You define an event handler method in the code-behind file and connect it to the control's event by setting the AddHandler statement in XAML or by subscribing to the event in the constructor of your page.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the advantages of extensible application markup language (xaml) over c# or vb.net?
What is the Silverlight plug-in?
How can you see a silverlight application in full-screen mode?
which types of video files can silverlight support?
What kinds of fonts are supported with silverlight?
Expression studio orvisual studio, which one better to use for developing silverlight application?
Silverlight is developed in which languages?
Which tools are required to build silverlight applications?
What is the relationship between silverlight and windows media player?
Is Silverlight supported by all major browsers?
What is the extension that we used for silverlight file?
Write the code to populate the controls in silverlight?