Answer Posted / Ankit Pathak
To handle events in Silverlight, you can attach an event handler (a method with the EventHandler delegate signature) to an event of a control using the Add_EventName(EventHandler, object) method. For example: myButton.Click += new RoutedEventHandler(myButton_Click);
| 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