Click or drag to resize
AbstractHandlerRemoveEventTHandler Method
Removes the event from the list

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
protected void RemoveEvent<THandler>(
	List<THandler> list,
	THandler h
)

Parameters

list
Type: System.Collections.GenericListTHandler
List of events
h
Type: THandler
Event to remove

Type Parameters

THandler
See Also