C# Класс SevenUpdate.Pages.UpdateInfo.UpdateSelectionChangedEventArgs

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

Private Properties

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

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

Метод Описание
UpdateSelectionChangedEventArgs ( int importantUpdates, int optionalUpdates, ulong importantDownloadSize, ulong optionalDownloadSize ) : System

Initializes a new instance of the UpdateSelectionChangedEventArgs class.

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

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

Initializes a new instance of the UpdateSelectionChangedEventArgs class.
public UpdateSelectionChangedEventArgs ( int importantUpdates, int optionalUpdates, ulong importantDownloadSize, ulong optionalDownloadSize ) : System
importantUpdates int The number of Important updates selected.
optionalUpdates int The number of Optional updates selected.
importantDownloadSize ulong A value indicating the download size of the Important updates.
optionalDownloadSize ulong A value indicating the download size of the Optional updates.
Результат System