CMSEventArgsCallWhenFinished Method |
Adds the given action to be called when the handler finishes
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public CMSEventArgs CallWhenFinished(
Action method
)
Parameters
- method
- Type: SystemAction
Action to call
Return Value
Type:
CMSEventArgsSee Also