Click or drag to resize
CMSEventArgsCallWhenFinished Method
Adds the given action to be called when the handler finishes

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public CMSEventArgs CallWhenFinished(
	Action method
)

Parameters

method
Type: SystemAction
Action to call

Return Value

Type: CMSEventArgs
See Also