Microsoft.Phone.Applications.UnitConverter.View.CategorySelection.OnCancelClick C# (CSharp) Method

OnCancelClick() private method

The user has canceled the settings. We should ignore the settings in the main page
private OnCancelClick ( object sender, System e ) : void
sender object The source of the event.
e System Event data.
return void
        private void OnCancelClick(object sender, System.Windows.RoutedEventArgs e)
        {
            ApplicationState.CategoryPageInformation.Apply = false;
            this.viewModel.AllowNavigation = !this.ReverseNavigate();
        }