Class TrackFinishEventArgs
- Namespace
- DSharpPlus.Lavalink.EventArgs
- Assembly
- DSharpPlus.Lavalink.dll
Represents arguments for a track playback finish event.
[Obsolete("DSharpPlus.Lavalink is deprecated for removal.", true)]
public sealed class TrackFinishEventArgs : AsyncEventArgs
- Inheritance
-
TrackFinishEventArgs
Properties
- Player
Gets the player that finished playback.
- Reason
Gets the reason why the track stopped playing.
- Track
Gets the track that finished playing.