Dynamic event list that allows to register and raise events
Inheritance Hierarchy
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
SyntaxThe EventList type exposes the following members.
Constructors
Fields
Properties
Methods
| Name | Description |
---|
 | RaiseComponentEvent(Object, EventArgs, String, String) |
Raises the given component event
|
 | RaiseComponentEvent(Object, EventArgs, String, String, String) |
Raises the given component event
|
 | RaiseEvent(Object, EventArgs, String) |
Raises the given event
|
 | RaiseEvent(Object, EventArgs, String, String) |
Raises the given event
|
 | RegisterForComponentEvent(String, String, EventHandlerEventArgs) |
Registers the given event handler for an event to a specific component by its name
|
 | RegisterForComponentEvent(String, String, String, EventHandlerEventArgs) |
Registers the given event handler for an event to a specific component by its name
|
 | RegisterForComponentEventArgsType(String, String, String, EventHandlerArgsType) |
Registers the given event handler for an event to a specific component by its name
|
 | RegisterForEvent(String, EventHandlerEventArgs) |
Registers the given event handler for an event
|
 | RegisterForEvent(String, String, EventHandlerEventArgs) |
Registers the given event handler for an event
|
 | RegisterForEventArgsType(String, String, EventHandlerArgsType) |
Registers the given event handler for an event
|
Top
See Also