Click or drag to resize
CMSEventArgsCallOnDispose Method
Adds the given action to the list of actions called when the handler object is disposed

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

Parameters

method
Type: SystemAction
Method to call

Return Value

Type: CMSEventArgs
See Also