.NET Framework Class Library for Silverlight
Application Events
The Application type exposes the following members.
Events
| Name | Description | |
|---|---|---|
|
CheckAndDownloadUpdateCompleted | Occurs when the application has finished checking for updates in response to a CheckAndDownloadUpdateAsync method call. |
|
Exit | Occurs just before an application shuts down and cannot be canceled. |
|
InstallStateChanged | Occurs when the InstallState property value changes. |
|
Startup | Occurs when an application is started. |
|
UnhandledException | Occurs when an exception that is raised by Silverlight is not handled. |
See Also