C# Class TVSorter.Data.BannerDownloadRequiredEventArgs

The event args for the banner download required event.
Inheritance: System.EventArgs
Afficher le fichier Open project: a-jackson/tvsorter

Méthodes publiques

Méthode Description
BannerDownloadRequiredEventArgs ( TvShow show, string newBanner ) : System

Initializes a new instance of the BannerDownloadRequiredEventArgs class.

Method Details

BannerDownloadRequiredEventArgs() public méthode

Initializes a new instance of the BannerDownloadRequiredEventArgs class.
public BannerDownloadRequiredEventArgs ( TvShow show, string newBanner ) : System
show TvShow /// The show. ///
newBanner string /// The new banner. ///
Résultat System