ConditionalEventBase<TEvent, TArgs>.Call Method (Action) |
Calls the given handler
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
Syntaxpublic TEvent Call(
Action handler
)
Parameters
- handler
- Type: System.Action
Handler to call
Return Value
Type:
TEvent
See Also