Click or drag to resize
AbstractHandlerAddEventTHandler Method
Adds the event to the list

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
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