AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageAttributeControl..::..OnInit Method

Raises the Init event. Adds the toolbar (if visible) and the read-only warning label as child controls, and wires the toolbar's save/cancel/undo events to the handlers on this control.

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


protected void OnInit(
	EventArgs e
)

Parameters

e
Type: EventArgs
The EventArgs instance supplied by the page framework.