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
| Improve this Doc View SourceInit(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 |