Rock.Apps.CheckScannerUtility.ScanningPromptPage.btnBack_Click C# (CSharp) Method

btnBack_Click() private method

Handles the Click event of the btnBack control.
private btnBack_Click ( object sender, RoutedEventArgs e ) : void
sender object The source of the event.
e System.Windows.RoutedEventArgs The instance containing the event data.
return void
        private void btnBack_Click( object sender, RoutedEventArgs e )
        {
            this.NavigationService.GoBack();
        }