Adds the given object to the list of object that get disposed when the handler object is disposed
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public CMSEventArgs Using(
IDisposable obj
)
Parameters
- obj
- Type: SystemIDisposable
Object to dispose
Return Value
Type:
CMSEventArgsSee Also