Class ActionEventArgs
ActionEventArgs provides a custom EventARgs class for Action Events.
Inheritance
System.Object
ActionEventArgs
Namespace: DotNetNuke.Entities.Modules.Actions
Assembly: DotNetNuke.dll
Syntax
public class ActionEventArgs : EventArgs
Constructors
| Improve this Doc View SourceActionEventArgs(ModuleAction, ModuleInfo)
Initializes a new instance of the ActionEventArgs class.
Declaration
public ActionEventArgs(ModuleAction action, ModuleInfo moduleConfiguration)
Parameters
Type | Name | Description |
---|---|---|
ModuleAction | action | |
ModuleInfo | moduleConfiguration |
Properties
| Improve this Doc View SourceAction
ActionEventArgs provides a custom EventARgs class for Action Events.
Declaration
public ModuleAction Action { get; }
Property Value
Type | Description |
---|---|
ModuleAction |
ModuleConfiguration
ActionEventArgs provides a custom EventARgs class for Action Events.
Declaration
public ModuleInfo ModuleConfiguration { get; }
Property Value
Type | Description |
---|---|
ModuleInfo |