Show / Hide Table of Contents

Delegate ActionEventHandler

Namespace: DotNetNuke.Entities.Modules.Actions
Assembly: DotNetNuke.dll
Syntax
public delegate void ActionEventHandler(object sender, ActionEventArgs e)
Parameters
Type Name Description
object sender
ActionEventArgs e

Constructors

ActionEventHandler(object, IntPtr)

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

Methods

BeginInvoke(object, ActionEventArgs, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(object sender, ActionEventArgs e, AsyncCallback callback, object @object)
Parameters
Type Name Description
object sender
ActionEventArgs 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, ActionEventArgs)

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

Extension Methods

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