AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

BWAEditor..::..OnLoad Method

Raises the Load event. Registers the control to participate in post-back data processing (every load, not just post-backs, so ASP.NET routes post data to LoadPostData(String, NameValueCollection)) and loads ACSP editor settings on first load.

Namespace:  AdvantageCMS.Web.UI
Assembly:  AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)

Syntax


protected void OnLoad(
	EventArgs e
)

Parameters

e
Type: EventArgs
The EventArgs instance containing the event data.