InstallStatusEventArgs Class

Definition

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.

Applies to