<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.83.1" />

Microsoft.Identity.Client.Extensions.Msal.CacheChangedEventArgs

Event args describing which accounts have been added or removed on a cache change
public readonly IEnumerable<string> AccountsAdded

Gets an enumerable of Identifier for each account added to the cache.

public readonly IEnumerable<string> AccountsRemoved

Gets an enumerable of Identifier for each account removed from the cache.

public CacheChangedEventArgs(IEnumerable<string> added, IEnumerable<string> removed)

Constructs a new instance of this class.