summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/WebNavigationEvent.cs
blob: b47bd0ea48243b799cb773cfcc47bef54c87f879 (plain)
1
2
3
4
5
6
7
8
9
10
namespace Xamarin.Forms
{
	public enum WebNavigationEvent
	{
		Back = 1,
		Forward = 2,
		NewPage = 3,
		Refresh = 4
	}
}