Class DialogClosedEventArgs
Triggered when a dialog is closed, either by user action, JS abort, or a command below.
public sealed class DialogClosedEventArgs : EventArgs
- Inheritance
-
DialogClosedEventArgs
- Inherited Members
Properties
DialogId
Gets or sets the dialogId
[JsonPropertyName("dialogId")]
public string DialogId { get; set; }