C# Class Business.NowPlayingEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: mysteryx93/NaturalGroundingPlayer Class Usage Examples

Public Methods

Method 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 method

Initializes a new instance of the NowPlayingEventArgs class.
public NowPlayingEventArgs ( ) : System
return System

NowPlayingEventArgs() public method

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