NetDictionaryChangeEvent<TKey,TValue>class

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

objectNetDictionaryChangeEvent<TKey,TValue>
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.NetDictionaryChangeEvent<TKey,TValue>

Properties4

Showing 4 properties

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

Returns:TKey

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

Returns:TValue

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

Returns:TValue

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

Returns:NotifyCollectionChangedAction

On this page