From 8fc7a63bd0ef0de5673f6e9e1b28a5de96e6a47c Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Mon, 10 May 2021 21:20:37 +0100 Subject: [PATCH] make devtools events page backcompatible. --- .../Diagnostics/Views/EventsPageView.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Diagnostics/Diagnostics/Views/EventsPageView.xaml.cs b/src/Avalonia.Diagnostics/Diagnostics/Views/EventsPageView.xaml.cs index 687a20c5f66..886f2295f89 100644 --- a/src/Avalonia.Diagnostics/Diagnostics/Views/EventsPageView.xaml.cs +++ b/src/Avalonia.Diagnostics/Diagnostics/Views/EventsPageView.xaml.cs @@ -22,7 +22,7 @@ public EventsPageView() _events = this.FindControl("EventsList"); } - public void NavigateTo(object sender, TappedEventArgs e) + public void NavigateTo(object sender, RoutedEventArgs e) { if (DataContext is EventsPageViewModel vm && sender is Control control) {