Show / Hide Table of Contents

Class SkinEventArgs

Inheritance
object
EventArgs
SkinEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.Skins.EventListeners
Assembly: DotNetNuke.dll
Syntax
public class SkinEventArgs : EventArgs

Constructors

SkinEventArgs(Skin)

Declaration
public SkinEventArgs(Skin skin)
Parameters
Type Name Description
Skin skin

Properties

Skin

Declaration
public Skin Skin { get; }
Property Value
Type Description
Skin

Extension Methods

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