Skip to content

Commit

Permalink
make devtools events page backcompatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Walmsley committed May 10, 2021
1 parent 98ab542 commit 8fc7a63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public EventsPageView()
_events = this.FindControl<ListBox>("EventsList");
}

public void NavigateTo(object sender, TappedEventArgs e)
public void NavigateTo(object sender, RoutedEventArgs e)
{
if (DataContext is EventsPageViewModel vm && sender is Control control)
{
Expand Down

0 comments on commit 8fc7a63

Please sign in to comment.