Click or drag to resize
ConditionalEventBaseTEvent, TArgsCall Method (EventHandlerTArgs)
Calls the given handler

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public TEvent Call(
	EventHandler<TArgs> handler
)

Parameters

handler
Type: SystemEventHandlerTArgs
Handler to call

Return Value

Type: TEvent
See Also