Files
2024-05-12 19:55:20 +01:00

5 lines
184 B
C#

namespace Toolkit.Foundation;
public record NavigateBackEventArgs(object? Context = null, string? Scope = null);
public record NavigateBackEventArgs<TNavigation>(object? Context);