s&box docs

public sealed struct Sandbox.NetListChangeEvent<T>

Describes a change to a `Sandbox.NetListChangeEvent` which is passed to `Sandbox.NetList.OnChanged` whenever its contents change.

Properties

Showing 5 properties

public int Sandbox.NetListChangeEvent<T>.Index { get; set; }

public int Sandbox.NetListChangeEvent<T>.MovedIndex { get; set; }

public T Sandbox.NetListChangeEvent<T>.NewValue { get; set; }

public T Sandbox.NetListChangeEvent<T>.OldValue { get; set; }

public System.Collections.Specialized.NotifyCollectionChangedAction Sandbox.NetListChangeEvent<T>.Type { get; set; }

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.NetListChangeEvent`1

On this page