How to perform Event handling in Silverlight application?
Answer Posted / 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 View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category