Class SkinEventListener
Inheritance
System.Object
SkinEventListener
Namespace: DotNetNuke.UI.Skins.EventListeners
Assembly: DotNetNuke.dll
Syntax
public class SkinEventListener : object
Constructors
| Improve this Doc View SourceSkinEventListener(SkinEventType, SkinEventHandler)
Initializes a new instance of the SkinEventListener class.
Declaration
public SkinEventListener(SkinEventType type, SkinEventHandler e)
Parameters
Type | Name | Description |
---|---|---|
SkinEventType | type | |
SkinEventHandler | e |
Properties
| Improve this Doc View SourceEventType
Declaration
public SkinEventType EventType { get; }
Property Value
Type | Description |
---|---|
SkinEventType |
SkinEvent
Declaration
public SkinEventHandler SkinEvent { get; }
Property Value
Type | Description |
---|---|
SkinEventHandler |