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