Show / Hide Table of Contents

Class ElementDataChangedArgs

Inheritance
object
EventArgs
ElementDataChangedArgs
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 ElementDataChangedArgs : EventArgs

Constructors

| Edit this page View Source

ElementDataChangedArgs(string, LuaValue, LuaValue?, DataSyncType)

Declaration
public ElementDataChangedArgs(string key, LuaValue newValue, LuaValue? oldValue = null, DataSyncType syncType = DataSyncType.Local)
Parameters
Type Name Description
string key
LuaValue newValue
LuaValue oldValue
DataSyncType syncType

Properties

| Edit this page View Source

Key

Declaration
public string Key { get; }
Property Value
Type Description
string
| Edit this page View Source

NewValue

Declaration
public LuaValue NewValue { get; }
Property Value
Type Description
LuaValue
| Edit this page View Source

OldValue

Declaration
public LuaValue? OldValue { get; }
Property Value
Type Description
LuaValue
| Edit this page View Source

SyncType

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