maui-linux/Xamarin.Forms.Platform.MacOS/Controls/ScrollViewScrollChangedEven...

10 строки
213 B
C#

using System;
using PointF = CoreGraphics.CGPoint;
namespace Xamarin.Forms.Platform.MacOS
{
internal class ScrollViewScrollChangedEventArgs : EventArgs
{
public PointF CurrentScrollPoint { get; set; }
}
}