Search Results for

    Show / Hide Table of Contents

    Class BasicEventHandlerTests.HandlerD

    Inheritance
    System.Object
    BasicEventHandlerTests.HandlerD
    Namespace: DisCatSharp.EventHandlers.Tests
    Assembly: DisCatSharp.EventHandlers.Tests.dll
    Syntax
    public abstract class HandlerD

    Methods

    | Improve this Doc View Source

    ChannelCreated(DiscordClient, ChannelCreateEventArgs)

    Declaration
    [Event]
    public Task ChannelCreated(DiscordClient sender, ChannelCreateEventArgs args)
    Parameters
    Type Name Description
    DiscordClient sender
    ChannelCreateEventArgs args
    Returns
    Type Description
    System.Threading.Tasks.Task
    | Improve this Doc View Source

    ChannelDeleted(DiscordClient, ChannelDeleteEventArgs)

    Declaration
    [Event]
    public static Task ChannelDeleted(DiscordClient sender, ChannelDeleteEventArgs args)
    Parameters
    Type Name Description
    DiscordClient sender
    ChannelDeleteEventArgs args
    Returns
    Type Description
    System.Threading.Tasks.Task

    Extension Methods

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