Rock.Apps.StatementGenerator.ProgressPage.contributionReport_OnProgress C# (CSharp) 메소드

contributionReport_OnProgress() 보호된 메소드

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.
리턴 void
        protected void contributionReport_OnProgress( object sender, ContributionReport.ProgressEventArgs e )
        {
            ShowProgress( e.Position, e.Max, e.ProgressMessage );
        }