InstallStatusEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an event argument provided when an installation status event is fired.
public ref class InstallStatusEventArgs : EventArgs
public class InstallStatusEventArgs : EventArgs
type InstallStatusEventArgs = class
inherit EventArgs
Public Class InstallStatusEventArgs
Inherits EventArgs
- Inheritance
-
InstallStatusEventArgs
Remarks
This event argument is provided when the InstallerStatusUpdated event of the InstallManager class is fired.
Properties
DownloadRate |
Gets an integer value representing the download rate of the installer. |
InstallerContext |
Gets the context of the installer this event represents. |
ProgressValue |
Gets an integer value representing the progress value. |