Class ModuleActionEventListener
Inheritance
System.Object
ModuleActionEventListener
Namespace: DotNetNuke.Entities.Modules.Actions
Assembly: DotNetNuke.dll
Syntax
public class ModuleActionEventListener : object
Constructors
| Improve this Doc View SourceModuleActionEventListener(Int32, ActionEventHandler)
Initializes a new instance of the ModuleActionEventListener class.
Declaration
public ModuleActionEventListener(int modID, ActionEventHandler e)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | modID | |
ActionEventHandler | e |
Properties
| Improve this Doc View SourceActionEvent
Declaration
public ActionEventHandler ActionEvent { get; }
Property Value
Type | Description |
---|---|
ActionEventHandler |
ModuleID
Declaration
public int ModuleID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |