Search Results for

    Show / Hide Table of Contents

    Class GuildScheduledEventUserRemoveEventArgs

    Represents arguments for GuildScheduledEventUserRemoved event.

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

    Properties

    | Improve this Doc View Source

    Guild

    Gets the guild.

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

    Member

    Gets the member which has unsubscribed from this scheduled event.

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

    ScheduledEvent

    Gets the scheduled event.

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

    User

    Gets the user which has unsubscribed from this scheduled event.

    Declaration
    public DiscordUser User { get; }
    Property Value
    Type Description
    DiscordUser

    Extension Methods

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