DisposableObjectCallOnDispose Method |
Adds the given action to the list of actions called when the handler object is disposed
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public void CallOnDispose(
Action method
)
Parameters
- method
- Type: SystemAction
Method to call
See Also