Share via


ProductManager.WebPlatformInstallerUpdateAvailable Event

Definition

Event indicates that a new version of the Web Platform Installer executable is available.

public:
 event EventHandler<Microsoft::Web::PlatformInstaller::UpdateAvailableEventArgs ^> ^ WebPlatformInstallerUpdateAvailable;
public event EventHandler<Microsoft.Web.PlatformInstaller.UpdateAvailableEventArgs> WebPlatformInstallerUpdateAvailable;
member this.WebPlatformInstallerUpdateAvailable : EventHandler<Microsoft.Web.PlatformInstaller.UpdateAvailableEventArgs> 
Public Custom Event WebPlatformInstallerUpdateAvailable As EventHandler(Of UpdateAvailableEventArgs) 

Event Type

Remarks

Event listeners may evaluate the UpdateAvailableEventArgs object provided by the event to receive the caption and text to display in the user interface dialog.

Applies to