Show / Hide Table of Contents

Class ModuleActionEventListener

Inheritance
object
ModuleActionEventListener
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Modules.Actions
Assembly: DotNetNuke.dll
Syntax
public class ModuleActionEventListener

Constructors

ModuleActionEventListener(int, ActionEventHandler)

Declaration
public ModuleActionEventListener(int modID, ActionEventHandler e)
Parameters
Type Name Description
int modID
ActionEventHandler e

Properties

ActionEvent

Declaration
public ActionEventHandler ActionEvent { get; }
Property Value
Type Description
ActionEventHandler

ModuleID

Declaration
public int ModuleID { get; }
Property Value
Type Description
int

Extension Methods

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