Show / Hide Table of Contents

Class OnRemovedEventArgs

Inheritance
Object
OnRemovedEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Accounts.Events
Assembly: SlipeServer.dll
Syntax
public class OnRemovedEventArgs

Properties

| Improve this Doc View Source

Ban

The ban that was removed

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

ResponsiblePlayer

The player responsible for removing the ban or null

Declaration
public Player ResponsiblePlayer { get; }
Property Value
Type Description
Player
  • Improve this Doc
  • View Source
Back to top Generated by DocFX