C# 클래스 SevenUpdate.Pages.UpdateInfo.UpdateSelectionChangedEventArgs

Provides event data for the UpdateSelection event.
상속: System.EventArgs
파일 보기 프로젝트 열기: robertbaker/SevenUpdate 1 사용 예제들

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