Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

Silverlight

Supported in: 5, 4, 3

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

Community Additions

Show:
© 2017 Microsoft