Aspose.Cells.GridWeb.Examples.CSharp.Miscellaneous.Common.RefreshCharts.submitaction C# (CSharp) Méthode

submitaction() protected méthode

protected submitaction ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void
        protected void submitaction(object sender, EventArgs e)
        {
            // Refresh Charts
            GridWebchart.RefreshChartShape();
        }
    }