C# Класс SevenUpdate.InstallCompletedEventArgs

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

Private Properties

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

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

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

Initializes a new instance of the InstallCompletedEventArgs class.

InstallCompletedEventArgs ( int updatesInstalled, int updatesFailed ) : System

Initializes a new instance of the InstallCompletedEventArgs class.

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

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

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

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

Initializes a new instance of the InstallCompletedEventArgs class.
public InstallCompletedEventArgs ( int updatesInstalled, int updatesFailed ) : System
updatesInstalled int The number of updates installed.
updatesFailed int The number of updates that failed.
Результат System