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: 12.0.0
Syntax
C#
public class EventList

The EventList type exposes the following members.

Constructors
  NameDescription
Public methodEventList
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
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
See Also