Class DialogShownEvent
A dialog was shown. ParentViewModel is the dialog it was shown from, or null for a top-level dialog.
Namespace: Singulink.UI.Navigation.Testing
Assembly: Singulink.UI.Navigation.Testing.dll
Syntax
public sealed record DialogShownEvent : NavigatorEvent, IEquatable<NavigatorEvent>, IEquatable<DialogShownEvent>
Constructors
| Name | Description |
|---|---|
| DialogShownEvent(IDialogViewModel, IDialogViewModel?) | A dialog was shown. ParentViewModel is the dialog it was shown from, or null for a top-level dialog. |
Properties
| Name | Description |
|---|---|
| ParentViewModel | |
| ViewModel |