C# Class TVSorter.TvShowEventArgs

Arguments for a TV Show related event.
Inheritance: System.EventArgs
Afficher le fichier Open project: a-jackson/tvsorter

Méthodes publiques

Méthode Description
TvShowEventArgs ( TvShow tvShow ) : System

Initializes a new instance of the TvShowEventArgs class.

Method Details

TvShowEventArgs() public méthode

Initializes a new instance of the TvShowEventArgs class.
public TvShowEventArgs ( TvShow tvShow ) : System
tvShow TvShow /// The TV Show for the event. ///
Résultat System