How to perform Event handling in Silverlight application?



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

Post New Answer

More Microsoft Silverlight Interview Questions

what are the advantages of extensible application markup language (xaml) over c# or vb.net?

1 Answers   Microsoft,


What is the Silverlight plug-in?

1 Answers  


How can you see a silverlight application in full-screen mode?

1 Answers  


which types of video files can silverlight support?

1 Answers   Microsoft,


What kinds of fonts are supported with silverlight?

1 Answers  


Expression studio orvisual studio, which one better to use for developing silverlight application?

1 Answers  


Silverlight is developed in which languages?

1 Answers  


Which tools are required to build silverlight applications?

1 Answers  


What is the relationship between silverlight and windows media player?

1 Answers  


Is Silverlight supported by all major browsers?

1 Answers  


What is the extension that we used for silverlight file?

1 Answers   Wipro,


Write the code to populate the controls in silverlight?

1 Answers  


Categories