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