C# Класс SevenUpdate.UpdateInstalledEventArgs

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

Private Properties

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

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

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

Initializes a new instance of the UpdateInstalledEventArgs class.

UpdateInstalledEventArgs ( Suh update ) : System

Initializes a new instance of the UpdateInstalledEventArgs class.

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

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

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

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

Initializes a new instance of the UpdateInstalledEventArgs class.
public UpdateInstalledEventArgs ( Suh update ) : System
update Suh The update information that was installed.
Результат System