You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Normalize event/callback naming conventions
Rename bare-name AccessKeyDisplayRequested extension
to OnAccessKeyDisplayRequested with [Obsolete] shim.
Change NavigationDiagnostics events from Action<T> to
EventHandler<T> to follow .NET event guidelines. Update
reactor.api.txt and test handlers.
Fixes#260
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix EventHandler signatures in AppTests.Host and NavigationDemo
Update handler signatures from Action<T> to
EventHandler<T> (object? sender, T e) pattern
in NavigationDemo diagnostics and selftest
NavigationCoverageFixtures.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix docs navigation app for EventHandler type
Update diagnostic event handlers from Action<T> to
EventHandler<T> to match the changed event signatures
in NavigationDiagnostics.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments