Class JsonRegistry<TKey, TValue>.ReloadedEventArgs
Provides data for the EntryReloaded event.
Inherited Members
Namespace: SlugBase
Assembly: SlugBase.dll
Syntax
public class JsonRegistry<TKey, TValue>.ReloadedEventArgs : EventArgs
Properties
View SourceKey
The unique key of the reloaded entry.
Declaration
public TKey Key { get; }
Property Value
Type | Description |
---|---|
TKey |
Value
The reloaded entry.
Declaration
public TValue Value { get; }
Property Value
Type | Description |
---|---|
TValue |