Api Sandbox NetDictionaryChangeEvent<TKey,TValue>
struct

NetDictionaryChangeEvent<TKey,TValue>

public sealed struct NetDictionaryChangeEvent<TKey,TValue>

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

Properties

Name Type Description
Type NotifyCollectionChangedAction
Key TKey
NewValue TValue
OldValue TValue
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.NetDictionaryChangeEvent<TKey,TValue>