Show / Hide Table of Contents

Class ContainerEventListener

Inheritance
object
ContainerEventListener
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.Containers.EventListeners
Assembly: DotNetNuke.dll
Syntax
public class ContainerEventListener

Constructors

ContainerEventListener(ContainerEventType, ContainerEventHandler)

Declaration
public ContainerEventListener(ContainerEventType type, ContainerEventHandler e)
Parameters
Type Name Description
ContainerEventType type
ContainerEventHandler e

Properties

ContainerEvent

Declaration
public ContainerEventHandler ContainerEvent { get; }
Property Value
Type Description
ContainerEventHandler

EventType

Declaration
public ContainerEventType EventType { get; }
Property Value
Type Description
ContainerEventType

Extension Methods

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