Show / Hide Table of Contents

Delegate SkinEventHandler

Namespace: DotNetNuke.UI.Skins.EventListeners
Assembly: DotNetNuke.dll
Syntax
public delegate void SkinEventHandler(object sender, SkinEventArgs e)
Parameters
Type Name Description
object sender
SkinEventArgs e

Constructors

SkinEventHandler(object, IntPtr)

Declaration
public SkinEventHandler(object @object, IntPtr method)
Parameters
Type Name Description
object object
IntPtr method

Methods

BeginInvoke(object, SkinEventArgs, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(object sender, SkinEventArgs e, AsyncCallback callback, object @object)
Parameters
Type Name Description
object sender
SkinEventArgs e
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result

Invoke(object, SkinEventArgs)

Declaration
public virtual void Invoke(object sender, SkinEventArgs e)
Parameters
Type Name Description
object sender
SkinEventArgs e

Extension Methods

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