File: Primitives\SwipeViewSwipeStarted.cs
Web Access
Project: src\src\Core\src\Core.csproj (Microsoft.Maui)
using System;
 
namespace Microsoft.Maui
{
	public record SwipeViewSwipeStarted(SwipeDirection SwipeDirection);
}