Class JsonRegistry<TKey, TValue>.ReloadedEventArgs
Provides data for the Entry
Inheritance
System.Object
System.EventArgs
JsonRegistry<TKey, TValue>.ReloadedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SlugBase
Assembly: SlugBase.dll
Syntax
public class ReloadedEventArgs : EventArgs
Properties
Key
The unique key of the reloaded entry.
Declaration
public TKey Key { get; }
Property Value
Type |
---|
TKey |
Value
The reloaded entry.
Declaration
public TValue Value { get; }
Property Value
Type |
---|
TValue |