NavigationRequestedEventArgs public class NavigationRequestedEventArgs : NavigationEventArgs Documentation Code public bool Animated { get; set; } public Page BeforePage { get; set; } public bool Realize { get; set; } public Task<bool> Task { get; set; } public NavigationRequestedEventArgs(Page page, bool animated, bool realize = true) public NavigationRequestedEventArgs(Page page, Page before, bool animated)