Search Results for

    Show / Hide Table of Contents

    Class StageInstanceDeleteEventArgs

    Represents arguments for StageInstanceDeleted event.

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

    Properties

    | Improve this Doc View Source

    Guild

    Gets the guild in which the stage instance was deleted.

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

    StageInstance

    Gets the stage instance that was deleted.

    Declaration
    public DiscordStageInstance StageInstance { get; }
    Property Value
    Type Description
    DiscordStageInstance

    Extension Methods

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