summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/WebNavigationEvent.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/WebNavigationEvent.cs')
-rw-r--r--Xamarin.Forms.Core/WebNavigationEvent.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/WebNavigationEvent.cs b/Xamarin.Forms.Core/WebNavigationEvent.cs
new file mode 100644
index 00000000..b47bd0ea
--- /dev/null
+++ b/Xamarin.Forms.Core/WebNavigationEvent.cs
@@ -0,0 +1,10 @@
+namespace Xamarin.Forms
+{
+ public enum WebNavigationEvent
+ {
+ Back = 1,
+ Forward = 2,
+ NewPage = 3,
+ Refresh = 4
+ }
+} \ No newline at end of file