This topic has not yet been rated - Rate this topic

BaseDataListDesigner.Dispose Method

Releases the unmanaged resources used by the BaseDataListDesigner and optionally releases the managed resources.

Overload List

Releases the unmanaged resources used by the BaseDataListDesigner and optionally releases the managed resources.

[Visual Basic] Overloads Overrides Protected Sub Dispose(Boolean)
[C#] protected override void Dispose(bool);
[C++] protected: void Dispose(bool);
[JScript] protected override function Dispose(Boolean);

Inherited from ComponentDesigner.

[Visual Basic] Overloads Public Overridable Sub Dispose() Implements IDisposable.Dispose
[C#] public virtual void Dispose();
[C++] public: virtual void Dispose();
[JScript] public function Dispose();

Example

See Also

BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.