C# Class SevenUpdate.Pages.UpdateInfo.UpdateSelectionChangedEventArgs

Provides event data for the UpdateSelection event.
Inheritance: System.EventArgs
Afficher le fichier Open project: robertbaker/SevenUpdate Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
UpdateSelectionChangedEventArgs ( int importantUpdates, int optionalUpdates, ulong importantDownloadSize, ulong optionalDownloadSize ) : System

Initializes a new instance of the UpdateSelectionChangedEventArgs class.

Method Details

UpdateSelectionChangedEventArgs() public méthode

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