Show / Hide Table of Contents

Delegate ModuleCommunicationEventHandler

Namespace: DotNetNuke.Entities.Modules.Communications
Assembly: DotNetNuke.dll
Syntax
public delegate void ModuleCommunicationEventHandler(object sender, ModuleCommunicationEventArgs e)
Parameters
Type Name Description
object sender
ModuleCommunicationEventArgs e

Constructors

ModuleCommunicationEventHandler(object, IntPtr)

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

Methods

BeginInvoke(object, ModuleCommunicationEventArgs, AsyncCallback, object)

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

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

Extension Methods

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