Represents an object that implements the
IDisposable interface and automatically releases any events, attached to this instance.
Namespace: Telerik.ChartingAssembly: Telerik.Windows.Controls.Chart (in Telerik.Windows.Controls.Chart.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| Visual Basic |
|---|
Public MustInherit Class DisposableObject _
Implements IDisposable |
| Visual C++ |
|---|
public ref class DisposableObject abstract : IDisposable |
Inheritance Hierarchy
See Also