mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-21 16:10:20 +01:00
Update MainWindow.axaml.cs
This commit is contained in:
parent
807e0e1277
commit
633f61b21b
|
|
@ -74,7 +74,7 @@ namespace SampleApplication
|
|||
|
||||
partial void AddTestLayers();
|
||||
|
||||
private void MapItemsControlSelectionChanged(object? sender, SelectionChangedEventArgs e)
|
||||
private void MapItemsControlSelectionChanged(object sender, SelectionChangedEventArgs e)
|
||||
{
|
||||
Debug.WriteLine("SelectedItems: " + string.Join(", ", ((MapItemsControl)sender).SelectedItems.OfType<PointItem>().Select(item => item.Name)));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue