private static void OnPageCanGoBackChanged(object sender, bool canCurrentPageGoBack) { _canCurrentPageGoBack = canCurrentPageGoBack; OnCurrentPageCanGoBackChanged?.Invoke(sender, canCurrentPageGoBack); }
private void OnPageCanGoBackChanged(object sender, bool canCurrentPageGoBack) { OnCurrentPageCanGoBackChanged?.Invoke(sender, canCurrentPageGoBack); }