C# Класс SevenUpdate.SearchCompletedEventArgs

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

Private Properties

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

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

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

Initializes a new instance of the SearchCompletedEventArgs class.

SearchCompletedEventArgs ( IEnumerable applications, int importantCount, int recommendedCount, int optionalCount ) : System

Initializes a new instance of the SearchCompletedEventArgs class.

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

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

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

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

Initializes a new instance of the SearchCompletedEventArgs class.
public SearchCompletedEventArgs ( IEnumerable applications, int importantCount, int recommendedCount, int optionalCount ) : System
applications IEnumerable The collection of applications to update.
importantCount int The number of important updates.
recommendedCount int The number of recommended updates.
optionalCount int The number of optional updates.
Результат System