Show / Hide Table of Contents

Interface ISkinEvents

This interface defines methods that need to be called in skins lifecycle.

Namespace: Dnn.PersonaBar.Library.AppEvents
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public interface ISkinEvents

Methods

Init(SkinEventArgs)

call durgin skin skin event.

Declaration
void Init(SkinEventArgs e)
Parameters
Type Name Description
SkinEventArgs e

Load(SkinEventArgs)

call durgin skin load event.

Declaration
void Load(SkinEventArgs e)
Parameters
Type Name Description
SkinEventArgs e

PreRender(SkinEventArgs)

call durgin skin pre render event.

Declaration
void PreRender(SkinEventArgs e)
Parameters
Type Name Description
SkinEventArgs e

UnLoad(SkinEventArgs)

call durgin skin unload event.

Declaration
void UnLoad(SkinEventArgs e)
Parameters
Type Name Description
SkinEventArgs e

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS