Click or drag to resize
DisposableObjectCallOnDispose 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: 10.0.0
Syntax
C#
public void CallOnDispose(
	Action method
)

Parameters

method
Type: SystemAction
Method to call
See Also