Search Results for

    Show / Hide Table of Contents

    Class UnknownEventArgs

    Represents arguments for UnknownEvent event.

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

    Properties

    | Improve this Doc View Source

    EventName

    Gets the event's name.

    Declaration
    public string EventName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Json

    Gets the event's data.

    Declaration
    public string Json { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

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