Class DialogClosedEventArgs
Triggered when a dialog is closed, either by user action, JS abort, or a command below.
public sealed record DialogClosedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<DialogClosedEventArgs>
- Inheritance
-
EventArgsDialogClosedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
DialogClosedEventArgs(string)
Triggered when a dialog is closed, either by user action, JS abort, or a command below.
public DialogClosedEventArgs(string DialogId)
Parameters
DialogIdstring
Properties
DialogId
public string DialogId { get; init; }