| AbstractHandlerAddEventTHandler Method  | 
            Adds the event to the list
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntaxprotected 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