ConditionalEventBaseTEvent, TArgsCall Method (ActionTArgs) |
Calls the given handler
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public TEvent Call(
Action<TArgs> handler
)
Parameters
- handler
- Type: SystemActionTArgs
Handler to call
Return Value
Type:
TEventSee Also