Rock.Apps.StatementGenerator.ProgressPage.contributionReport_OnProgress C# (CSharp) Method

contributionReport_OnProgress() protected method

Handles the OnProgress event of the contributionReport control.
protected contributionReport_OnProgress ( object sender, ContributionReport e ) : void
sender object The source of the event.
e ContributionReport The instance containing the event data.
return void
        protected void contributionReport_OnProgress( object sender, ContributionReport.ProgressEventArgs e )
        {
            ShowProgress( e.Position, e.Max, e.ProgressMessage );
        }