C# Class Business.NowPlayingEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: mysteryx93/NaturalGroundingPlayer Class Usage Examples

Méthodes publiques

Méthode Description
NowPlayingEventArgs ( ) : System

Initializes a new instance of the NowPlayingEventArgs class.

NowPlayingEventArgs ( bool reloadInfo ) : System

Initializes a new instance of the NowPlayingEventArgs class.

Method Details

NowPlayingEventArgs() public méthode

Initializes a new instance of the NowPlayingEventArgs class.
public NowPlayingEventArgs ( ) : System
Résultat System

NowPlayingEventArgs() public méthode

Initializes a new instance of the NowPlayingEventArgs class.
public NowPlayingEventArgs ( bool reloadInfo ) : System
reloadInfo bool Whether data was edited and must be reloaded.
Résultat System