namespace Xamarin.Forms
{
public enum WebNavigationEvent
Back = 1,
Forward = 2,
NewPage = 3,
Refresh = 4
}