Application Events

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Application type exposes the following members.

Events

  Name Description
Public event CheckAndDownloadUpdateCompleted Occurs when the application has finished checking for updates in response to a CheckAndDownloadUpdateAsync method call.
Public eventSupported by Silverlight for Windows Phone Exit Occurs just before an application shuts down and cannot be canceled.
Public event InstallStateChanged Occurs when the InstallState property value changes.
Public eventSupported by Silverlight for Windows Phone Startup Occurs when an application is started.
Public eventSupported by Silverlight for Windows Phone UnhandledException Occurs when an exception that is raised by Silverlight is not handled.

Top