Releases any UNMANAGED resources used by this object.
NOTE: If you declare some unmanaged resources in your class,
you should override its finalizer and put disposing logic there also.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
protected virtual void DisposeUnmanagedResources() |
| Visual Basic |
|---|
Protected Overridable Sub DisposeUnmanagedResources |
See Also