I want to know How to perform Event handling in silver light?.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted May 16, 2012, 11:27 PM
Working with events in Silverlight is quite similar to working with events in ASP.NET, Because the UI for a typical Silverlight-based application is defined in markup (XAML), some of the principles of connecting UI events from markup elements to a runtime code entity are similar to other Web technologies.
We could use JavaScript API for Silverlight to perform event handling for a XAML page.
please referhttp://weblogs.asp.net/dwahlin/archive/2009/06/30/handling-events-within-silverlight-control-templates-autocompletebox-example.aspx
http://msdn.microsoft.com/en-us/library/cc189018%28v=vs.95%29.aspx
http://www.silverlight.net/learn/creating-ui/control-basics/how-do-i-silverlight-event-handling-fundamentals
hope this help.