Click or drag to resize
AbstractHandler.RemoveEvent<THandler> Method
Removes the event from the list

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

Parameters

list
Type: System.Collections.Generic.List<THandler>
List of events
h
Type: THandler
Event to remove

Type Parameters

THandler
See Also