Show / Hide Table of Contents

Class PlayerQuitEventArgs

Inheritance
object
EventArgs
PlayerQuitEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
Assembly: SlipeServer.Server.dll
Syntax
public sealed class PlayerQuitEventArgs : EventArgs

Constructors

| Edit this page View Source

PlayerQuitEventArgs(QuitReason)

Declaration
public PlayerQuitEventArgs(QuitReason reason)
Parameters
Type Name Description
QuitReason reason

Properties

| Edit this page View Source

Reason

Declaration
public QuitReason Reason { get; }
Property Value
Type Description
QuitReason
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX