AdvancedHandlerInvokerTItem, THandlerStartEvents Method |
Raise specified event for each item in collection.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax 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