File: Handlers\MapElement\MapElementHandlerUpdate.cs
Web Access
Project: src\src\Core\maps\src\Maps.csproj (Microsoft.Maui.Maps)
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Microsoft.Maui.Maps.Handlers
{
	public record MapElementHandlerUpdate(int Index, IMapElement MapElement);
}