AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantagePageTemplate..::..OnUnload Method

Raises the Unload event. Disposes the page's managed engines and SQL connections, then forwards to the base implementation.

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

Syntax


protected void OnUnload(
	EventArgs e
)

Parameters

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