BurkusCat / Burkus.Mvvm.Maui

A simple MVVM framework for .NET MAUI. It provides: navigation, lifecycle events, parameter passing, native dialog abstractions, and testability.
MIT License
25 stars 5 forks source link

[Feature] OnNavigatingTo() added to INavigatingEvents #6

Open BurkusCat opened 11 months ago

BurkusCat commented 11 months ago

Is your feature request related to a problem? Please describe. There is currently a OnNavigatingFrom(...); event in INavigatingEvents. Is it possible to add an OnNavigatingTo when the page hasn't even been created or resolved yet?

Describe the solution you'd like This event would probably be more niche than the other events but may help cater for some advanced scenarios where we want an action kicked off very early in the navigation cycle.

Describe alternatives you've considered N/A

Proposed APIs N/A

Additional context N/A