s&box docs

public sealed struct Sandbox.NetDictionaryChangeEvent<TKey,TValue>

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

Properties

Showing 4 properties

public TKey Sandbox.NetDictionaryChangeEvent<TKey,TValue>.Key { get; set; }

public TValue Sandbox.NetDictionaryChangeEvent<TKey,TValue>.NewValue { get; set; }

public TValue Sandbox.NetDictionaryChangeEvent<TKey,TValue>.OldValue { get; set; }

public System.Collections.Specialized.NotifyCollectionChangedAction Sandbox.NetDictionaryChangeEvent<TKey,TValue>.Type { get; set; }

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.NetDictionaryChangeEvent`2

On this page