CheckAndDownloadUpdateCompletedEventHandler Delegate

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

Represents the method that will handle the Application.CheckAndDownloadUpdateCompleted event.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Delegate Sub CheckAndDownloadUpdateCompletedEventHandler ( _
    sender As Object, _
    e As CheckAndDownloadUpdateCompletedEventArgs _
)
public delegate void CheckAndDownloadUpdateCompletedEventHandler(
    Object sender,
    CheckAndDownloadUpdateCompletedEventArgs e
)

Parameters

Remarks

The Application.CheckAndDownloadUpdateCompleted event occurs upon completion of an update check, which is started by calling the Application.CheckAndDownloadUpdateAsync method.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.