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

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public TEvent Call(
	Action handler
)

Parameters

handler
Type: SystemAction
Handler to call

Return Value

Type: TEvent
See Also