EventArgs naming

This commit is contained in:
ClemensFischer 2025-02-07 11:12:24 +01:00
parent d83493a498
commit 176da3420d
2 changed files with 8 additions and 8 deletions

View file

@ -42,7 +42,7 @@ namespace MapControl
public string Culture { get; set; }
public Uri LogoImageUri { get; private set; }
private async void OnLoaded(object sender, RoutedEventArgs args)
private async void OnLoaded(object sender, RoutedEventArgs e)
{
Loaded -= OnLoaded;