BaseDataBoundControlDesigner.Dispose(Boolean) Method

Definition

Releases the unmanaged resources that are used by the BaseDataBoundControlDesigner object, and optionally releases the managed resources.

protected:
 override void Dispose(bool disposing);
protected override void Dispose (bool disposing);
override this.Dispose : bool -> unit
Protected Overrides Sub Dispose (disposing As Boolean)

Parameters

disposing
Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Remarks

The Dispose method unhooks the event handlers for the designer from all data source events.

Applies to

See also