C# Class SevenUpdate.SearchCompletedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: robertbaker/SevenUpdate

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

SearchCompletedEventArgs() public méthode

Initializes a new instance of the SearchCompletedEventArgs class.
public SearchCompletedEventArgs ( ) : System
Résultat System

SearchCompletedEventArgs() public méthode

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.
Résultat System