C# Class TVSorter.TvShowEventArgs

Arguments for a TV Show related event.
Inheritance: System.EventArgs
Exibir arquivo Open project: a-jackson/tvsorter

Public Methods

Method Description
TvShowEventArgs ( TvShow tvShow ) : System

Initializes a new instance of the TvShowEventArgs class.

Method Details

TvShowEventArgs() public method

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