NetListChangeEvent<T>class

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

objectNetListChangeEvent<T>
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.NetListChangeEvent<T>

Properties5

Showing 5 properties

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

Returns:int

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

Returns:int

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

Returns:T

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

Returns:T

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

Returns:NotifyCollectionChangedAction

On this page