35 StringBuilder sb =
new();
39 sb.Append(await base.GetDescription());
A strongly-typed resource class, for looking up localized strings, etc.
static string TokenAdded2
Looks up a localized string similar to Token Added.
Contains information about a token that has been added.
TokenAddedNotificationEvent()
Contains information about a token that has been added.
override async Task< string > GetDescription()
Gets a descriptive text for the event.
TokenAddedNotificationEvent(TokenEventArgs e)
Contains information about a token that has been added.
Abstract base class for token notification events.
Base class that references services in the app.
static IReportingStringLocalizer Localizer
Localization service
Event arguments for token events.