How to perform Event handling in silverlight?

Describe how to perform Event handling in silverlight.

Event handling is performed in two event cases – Input events and Non-input events.

- Input Events: The hosting browser for Silver Light plug-in handles the input events input stimulus, as SilverLight works within the hosting browser plug-in architecture. The event is sent to SilverLight plug-in through the browser. Later the event is raised in the SilverLight Object Model.

- Non-Input Events: These events report a change state of a particular object. For instance, progress of initiated actions by the web client. Certain non-input events provide information of objects as a framework level for lifetime. An example of such event is FreameworkElementLoaded event.
Add reference of a Class library project in Silverlight
The following is the process for adding the reference library project: After defining business object classes in another project...
What is Silverlight.js file?
Silverlight.js file - Silverlight.js file is a Java Script helper file. It supports for adding a Silverlight application to a web page through Java Script. It has a number of methods defined to help with, most importantly the...
What is a .xap file? - Silverlight
What is a .xap file? - A .xap file is an application package based on Silverlight which will be generated when the Silverlight project is built. This file helpful in creating heavily client based Silverlight applications...
Post your comment