Click or drag to resize
EventList Class
Dynamic event list that allows to register and raise events
Inheritance Hierarchy
SystemObject
  CMS.BaseEventList

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public class EventList

The EventList type exposes the following members.

Constructors
  NameDescription
Public methodEventList
Top
Methods
  NameDescription
Public methodRaiseComponentEvent(Object, EventArgs, String, String)
Raises the given component event
Public methodRaiseComponentEvent(Object, EventArgs, String, String, String)
Raises the given component event
Public methodRaiseEvent(Object, EventArgs, String)
Raises the given event
Public methodRaiseEvent(Object, EventArgs, String, String)
Raises the given event
Public methodRegisterForComponentEvent(String, String, EventHandlerEventArgs)
Registers the given event handler for an event to a specific component by its name
Public methodRegisterForComponentEvent(String, String, String, EventHandlerEventArgs)
Registers the given event handler for an event to a specific component by its name
Public methodRegisterForComponentEventArgsType(String, String, String, EventHandlerArgsType)
Registers the given event handler for an event to a specific component by its name
Public methodRegisterForEvent(String, EventHandlerEventArgs)
Registers the given event handler for an event
Public methodRegisterForEvent(String, String, EventHandlerEventArgs)
Registers the given event handler for an event
Public methodRegisterForEventArgsType(String, String, EventHandlerArgsType)
Registers the given event handler for an event
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Fields
  NameDescription
Public fieldStatic memberGLOBAL_ACTION
Global handler key
Protected fieldmEvents
Table of registered events
Top
Properties
  NameDescription
Public propertyIsStatic
True, if the event list is static
Public propertyName
Event list name
Top
See Also