API ReferenceSandbox
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; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.NetListChangeEvent`1 |