C# Класс SevenUpdate.InstallProgressChangedEventArgs

Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
InstallProgressChangedEventArgs ( ) : System

Initializes a new instance of the InstallProgressChangedEventArgs class.

InstallProgressChangedEventArgs ( string updateName, int progress, int updatesComplete, int totalUpdates ) : System

Initializes a new instance of the InstallProgressChangedEventArgs class.

Описание методов

InstallProgressChangedEventArgs() публичный Метод

Initializes a new instance of the InstallProgressChangedEventArgs class.
public InstallProgressChangedEventArgs ( ) : System
Результат System

InstallProgressChangedEventArgs() публичный Метод

Initializes a new instance of the InstallProgressChangedEventArgs class.
public InstallProgressChangedEventArgs ( string updateName, int progress, int updatesComplete, int totalUpdates ) : System
updateName string The name of the update currently being installed.
progress int The progress percentage of the installation.
updatesComplete int The number of updates that have been installed so far.
totalUpdates int The total number of updates to install.
Результат System