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

Inheritance: Rock.Reporting.Dashboard.DashboardWidget
Datei anzeigen Open project: NewSpring/Rock

Protected Methods

Method Description
OnLoad ( System 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 ( System e ) : void
e System The object that contains the event data.
return void