OnInit runs when the Skin is initialised.

Namespace: DotNetNuke.UI.Skins
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected override void OnInit(
	EventArgs e
)
Visual Basic
Protected Overrides Sub OnInit ( 
	e As EventArgs
)

Parameters

e
Type: System..::..EventArgs
parameM:DotNetNuke.UI.Skins.Skin.OnInit(System.EventArgs)

See Also