summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.MacOS/Controls/ScrollViewScrollChangedEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.MacOS/Controls/ScrollViewScrollChangedEventArgs.cs')
-rw-r--r--Xamarin.Forms.Platform.MacOS/Controls/ScrollViewScrollChangedEventArgs.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Xamarin.Forms.Platform.MacOS/Controls/ScrollViewScrollChangedEventArgs.cs b/Xamarin.Forms.Platform.MacOS/Controls/ScrollViewScrollChangedEventArgs.cs
deleted file mode 100644
index a8a825c0..00000000
--- a/Xamarin.Forms.Platform.MacOS/Controls/ScrollViewScrollChangedEventArgs.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-using System;
-using PointF = CoreGraphics.CGPoint;
-
-namespace Xamarin.Forms.Platform.MacOS
-{
- internal class ScrollViewScrollChangedEventArgs : EventArgs
- {
- public PointF CurrentScrollPoint { get; set; }
- }
-} \ No newline at end of file