Search Results for

    Show / Hide Table of Contents

    Class GuildRoleCreateEventArgs

    Represents arguments for GuildRoleCreated event.

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

    Properties

    | Improve this Doc View Source

    Guild

    Gets the guild in which the role was created.

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

    Role

    Gets the role that was created.

    Declaration
    public DiscordRole Role { get; }
    Property Value
    Type Description
    DiscordRole

    Extension Methods

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