Class SkinEventArgs
SkinEventArgs provides a custom EventARgs class for Skin Events.
Inheritance
System.Object
SkinEventArgs
Namespace: DotNetNuke.UI.Skins.EventListeners
Assembly: DotNetNuke.dll
Syntax
public class SkinEventArgs : EventArgs
Constructors
| Improve this Doc View SourceSkinEventArgs(Skin)
Initializes a new instance of the SkinEventArgs class.
Declaration
public SkinEventArgs(Skin skin)
Parameters
Type | Name | Description |
---|---|---|
Skin | skin |
Properties
| Improve this Doc View SourceSkin
SkinEventArgs provides a custom EventARgs class for Skin Events.
Declaration
public Skin Skin { get; }
Property Value
Type | Description |
---|---|
Skin |