Show / Hide Table of Contents

Class OnSettingChangeEventArgs

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

Properties

| Improve this Doc View Source

NewValue

The new value of this setting

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

OldValue

The old value of this setting

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

Setting

The name of the setting that changed

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