C# Class SevenUpdate.Pages.UpdateInfo.UpdateSelectionChangedEventArgs

Provides event data for the UpdateSelection event.
Inheritance: System.EventArgs
Datei anzeigen Open project: robertbaker/SevenUpdate Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
UpdateSelectionChangedEventArgs ( int importantUpdates, int optionalUpdates, ulong importantDownloadSize, ulong optionalDownloadSize ) : System

Initializes a new instance of the UpdateSelectionChangedEventArgs class.

Method Details

UpdateSelectionChangedEventArgs() public method

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