Gets the skin event listeners. The listeners will be called in each life cycle of load skin.

Namespace: DotNetNuke.Application
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public IList<SkinEventListener> SkinEventListeners { get; }
Visual Basic
Public ReadOnly Property SkinEventListeners As IList(Of SkinEventListener)
	Get

See Also