Show / Hide Table of Contents

Class ActionEventArgs

Inheritance
object
EventArgs
ActionEventArgs
Inherited Members
EventArgs.Empty
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 ActionEventArgs : EventArgs

Constructors

ActionEventArgs(ModuleAction, ModuleInfo)

Declaration
public ActionEventArgs(ModuleAction action, ModuleInfo moduleConfiguration)
Parameters
Type Name Description
ModuleAction action
ModuleInfo moduleConfiguration

Properties

Action

Declaration
public ModuleAction Action { get; }
Property Value
Type Description
ModuleAction

ModuleConfiguration

Declaration
public ModuleInfo ModuleConfiguration { get; }
Property Value
Type Description
ModuleInfo

Extension Methods

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