Class DialogShownEventArgs
DialogShown
public sealed class DialogShownEventArgs : EventArgs
- Inheritance
-
DialogShownEventArgs
- Inherited Members
Properties
Accounts
Gets or sets the accounts
[JsonPropertyName("accounts")]
public Account[] Accounts { get; set; }
Property Value
- Account[]
DialogId
Gets or sets the dialogId
[JsonPropertyName("dialogId")]
public string DialogId { get; set; }
Property Value
DialogType
Gets or sets the dialogType
[JsonPropertyName("dialogType")]
public DialogType DialogType { get; set; }
Property Value
Subtitle
Gets or sets the subtitle
[JsonPropertyName("subtitle")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Subtitle { get; set; }
Property Value
Title
Gets or sets the title
[JsonPropertyName("title")]
public string Title { get; set; }