CheckAndDownloadUpdateCompletedEventHandler Delegate
Silverlight
Represents the method that will handle the Application.CheckAndDownloadUpdateCompleted event.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
public delegate void CheckAndDownloadUpdateCompletedEventHandler( Object sender, CheckAndDownloadUpdateCompletedEventArgs e )
Parameters
- sender
- Type: System.Object
The source of the event.
- e
- Type: System.Windows.CheckAndDownloadUpdateCompletedEventArgs
The event data.
The Application.CheckAndDownloadUpdateCompleted event occurs upon completion of an update check, which is started by calling the Application.CheckAndDownloadUpdateAsync method.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.