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