Class ModuleActionEventListener
Inherited Members
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 |