Class DialogShownEventArgs
public sealed record DialogShownEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<DialogShownEventArgs>
- Inheritance
-
EventArgsDialogShownEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
DialogShownEventArgs(string, DialogType, ImmutableArray<Account>, string, string?)
public DialogShownEventArgs(string DialogId, DialogType DialogType, ImmutableArray<Account> Accounts, string Title, string? Subtitle = null)
Parameters
DialogIdstringDialogTypeDialogTypeAccountsImmutableArray<Account>TitlestringThese exist primarily so that the caller can verify the RP context was used appropriately.
Subtitlestring
Properties
Accounts
public ImmutableArray<Account> Accounts { get; init; }
Property Value
DialogId
public string DialogId { get; init; }
Property Value
DialogType
public DialogType DialogType { get; init; }
Property Value
Subtitle
public string? Subtitle { get; init; }
Property Value
Title
These exist primarily so that the caller can verify the RP context was used appropriately.
public string Title { get; init; }