Click or drag to resize
OnDisposedCallback Class
Represents a method wrapper for a method which is called when the wrapper is disposed
Inheritance Hierarchy
SystemObject
  CMS.BaseOnDisposedCallback

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public class OnDisposedCallback : IDisposable

The OnDisposedCallback type exposes the following members.

Constructors
  NameDescription
Public methodOnDisposedCallback
Constructor
Top
Properties
  NameDescription
Public propertyCallback
Method called when this object is disposed
Top
Methods
  NameDescription
Public methodDispose
Fires when the object disposes
Top
See Also