C# 클래스 SevenUpdate.SearchCompletedEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: robertbaker/SevenUpdate

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