Click or drag to resize
AdvancedHandlerInvokerTItem, THandlerStartEvents Method
Raise specified event for each item in collection.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public void StartEvents(
	IEnumerable<TItem> items,
	Func<TItem, THandler> startFunc
)

Parameters

items
Type: System.Collections.GenericIEnumerableTItem
Items over which the handler iterates.
startFunc
Type: SystemFuncTItem, THandler
Function which starts individual handler iterations.
See Also