C# Class SevenUpdate.SearchCompletedEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: robertbaker/SevenUpdate

Private Properties

Property Type Description

Public Methods

Method 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 method

Initializes a new instance of the SearchCompletedEventArgs class.
public SearchCompletedEventArgs ( ) : System
return System

SearchCompletedEventArgs() public method

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.
return System