Search Results for

    Show / Hide Table of Contents

    Class ChatEventArgs

    Inheritance
    Object
    EventArgs
    ChatEventArgs
    Inherited Members
    EventArgs.Empty
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: RageCoop.Server.Scripting
    Assembly: RageCoop.Server.dll
    Syntax
    public class ChatEventArgs : EventArgs

    Properties

    Message

    Message

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    String

    Sender

    The client that sent this message

    Declaration
    public Client Sender { get; set; }
    Property Value
    Type Description
    Client
    In This Article
    Back to top Generated by DocFX