API ReferenceSandbox
NetDictionaryChangeEvent<TKey,TValue>class
Describes a change to a `Sandbox.NetDictionary` which is passed to `Sandbox.NetDictionary.OnChanged` whenever its contents change.
object→NetDictionaryChangeEvent<TKey,TValue>
Properties4
Showing 4 properties
public TKey Sandbox.NetDictionaryChangeEvent<TKey,TValue>.Key { get; set; }
Returns:
TKey—public TValue Sandbox.NetDictionaryChangeEvent<TKey,TValue>.NewValue { get; set; }
Returns:
TValue—public TValue Sandbox.NetDictionaryChangeEvent<TKey,TValue>.OldValue { get; set; }
Returns:
TValue—public System.Collections.Specialized.NotifyCollectionChangedAction Sandbox.NetDictionaryChangeEvent<TKey,TValue>.Type { get; set; }
Returns:
NotifyCollectionChangedAction—No results match this filter.