Search Results for

    Show / Hide Table of Contents

    Class UserUpdateEventArgs

    Represents arguments for UserUpdated event.

    Inheritance
    Object
    KuracordEventArgs
    UserUpdateEventArgs
    Namespace: KSharpPlus.EventArgs.User
    Assembly: KSharpPlus.dll
    Syntax
    public class UserUpdateEventArgs : KuracordEventArgs

    Properties

    | Improve this Doc View Source

    UserAfter

    Gets the post-update user.

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

    UserBefore

    Gets the pre-update user.

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