Class DialogClosedEvent
A dialog was closed. The result (if any) is available through the dialog view model and the task returned by ShowDialogAsync.
Namespace: Singulink.UI.Navigation.Testing
Assembly: Singulink.UI.Navigation.Testing.dll
Syntax
public sealed record DialogClosedEvent : NavigatorEvent, IEquatable<NavigatorEvent>, IEquatable<DialogClosedEvent>
Constructors
| Name | Description |
|---|---|
| DialogClosedEvent(IDialogViewModel) | A dialog was closed. The result (if any) is available through the dialog view model and the task returned by |
Properties
| Name | Description |
|---|---|
| ViewModel |