Class IndexedDBListUpdatedEventArgs
The origin's IndexedDB database list has been modified.
public sealed record IndexedDBListUpdatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<IndexedDBListUpdatedEventArgs>
- Inheritance
-
EventArgsIndexedDBListUpdatedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
IndexedDBListUpdatedEventArgs(string, string, string)
The origin's IndexedDB database list has been modified.
public IndexedDBListUpdatedEventArgs(string Origin, string StorageKey, string BucketId)
Parameters
OriginstringOrigin to update.
StorageKeystringStorage key to update.
BucketIdstringStorage bucket to update.
Properties
BucketId
Storage bucket to update.
public string BucketId { get; init; }
Property Value
Origin
Origin to update.
public string Origin { get; init; }
Property Value
StorageKey
Storage key to update.
public string StorageKey { get; init; }