Search Results for

    Show / Hide Table of Contents

    Class TrackStartEventArgs

    Represents arguments for a track playback start event.

    Inheritance
    System.Object
    System.EventArgs
    AsyncEventArgs
    DiscordEventArgs
    TrackStartEventArgs
    Inherited Members
    DiscordEventArgs.ServiceProvider
    AsyncEventArgs.Handled
    Namespace: DisCatSharp.Lavalink.EventArgs
    Assembly: DisCatSharp.Lavalink.dll
    Syntax
    public sealed class TrackStartEventArgs : DiscordEventArgs

    Properties

    | Improve this Doc View Source

    Player

    Gets the player that started playback.

    Declaration
    public LavalinkGuildConnection Player { get; }
    Property Value
    Type Description
    LavalinkGuildConnection
    | Improve this Doc View Source

    Track

    Gets the track that started playing.

    Declaration
    public LavalinkTrack Track { get; }
    Property Value
    Type Description
    LavalinkTrack

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems