AbstractHandlerAddEventTHandler Method |
Adds the event to the list
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax protected void AddEvent<THandler>(
ref List<THandler> list,
THandler h
)
Parameters
- list
- Type: System.Collections.GenericListTHandler
List of events - h
- Type: THandler
Event to add
Type Parameters
- THandler
See Also