Class LayerCoveredEvent
A layer became covered by a dialog shown above it, or was uncovered when that dialog closed. ViewModel is the covered dialog, or null for the root view.
Namespace: Singulink.UI.Navigation.Testing
Assembly: Singulink.UI.Navigation.Testing.dll
Syntax
public sealed record LayerCoveredEvent : NavigatorEvent, IEquatable<NavigatorEvent>, IEquatable<LayerCoveredEvent>
Constructors
| Name | Description |
|---|---|
| LayerCoveredEvent(IDialogViewModel?, bool) | A layer became covered by a dialog shown above it, or was uncovered when that dialog closed. ViewModel is the covered dialog, or null for the root view. |
Properties
| Name | Description |
|---|---|
| IsCovered | |
| ViewModel |