Rock.Apps.StatementGenerator.OptionsPage.btnCancel_Click C# (CSharp) Method

btnCancel_Click() private method

Handles the Click event of the btnCancel control.
private btnCancel_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 btnCancel_Click( object sender, RoutedEventArgs e )
        {
            this.NavigationService.GoBack();
        }