Search Results for

    Show / Hide Table of Contents

    Class MemberLeaveEventArgs

    Represents arguments for event.

    Inheritance
    Object
    KuracordEventArgs
    MemberLeaveEventArgs
    Namespace: KSharpPlus.EventArgs.Guild.Member
    Assembly: KSharpPlus.dll
    Syntax
    public class MemberLeaveEventArgs : KuracordEventArgs

    Properties

    | Improve this Doc View Source

    Guild

    Gets the guild the member was removed from.

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

    Member

    Gets the member that was removed.

    Declaration
    public KuracordMember Member { get; }
    Property Value
    Type Description
    KuracordMember
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors