Show / Hide Table of Contents

Class ElementChangedEventArgs<TSource, TValue>

Inheritance
object
EventArgs
ElementChangedEventArgs<TSource, TValue>
ElementChangedEventArgs<T>
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
Assembly: SlipeServer.Server.dll
Syntax
public class ElementChangedEventArgs<TSource, TValue> : EventArgs
Type Parameters
Name Description
TSource
TValue

Constructors

| Edit this page View Source

ElementChangedEventArgs(TSource, TValue, TValue, bool)

Declaration
public ElementChangedEventArgs(TSource source, TValue oldValue, TValue newValue, bool isSync = false)
Parameters
Type Name Description
TSource source
TValue oldValue
TValue newValue
bool isSync

Properties

| Edit this page View Source

IsSync

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

NewValue

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

OldValue

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

Source

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