C# Class Atomia.Web.Frame._Default

Default view for application.
Inheritance: System.Web.UI.Page
Datei anzeigen Open project: atomia/OrderPage

Public Methods

Method Description
Page_Load ( object sender, System e ) : void

Handles the Load event of the Page control.

Protected Methods

Method Description
OnPreInit ( System e ) : void

Raises the E:System.Web.UI.Page.PreInit event at the beginning of page initialization.

Method Details

OnPreInit() protected method

Raises the E:System.Web.UI.Page.PreInit event at the beginning of page initialization.
protected OnPreInit ( System e ) : void
e System An that contains the event data.
return void

Page_Load() public method

Handles the Load event of the Page control.
public Page_Load ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void