Click or drag to resize
CMSEventArgsUsing Method
Adds the given object to the list of object that get disposed when the handler object is disposed

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public CMSEventArgs Using(
	IDisposable obj
)

Parameters

obj
Type: SystemIDisposable
Object to dispose

Return Value

Type: CMSEventArgs
See Also