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