C# Class RockWeb.Blocks.Reporting.Dashboard.ColumnChartDashboardWidget

Inheritance: Rock.Reporting.Dashboard.DashboardWidget
Show file Open project: CentralAZ/Rockit-CentralAZ

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

Method Details

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void