DataBoundControlDesigner.Dispose Method (Boolean)

 

Releases the unmanaged resources used by the DataBoundControlDesigner object and optionally releases the managed resources.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

override Dispose : 
        disposing:bool -> unit

Parameters

disposing
Type: System.Boolean

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

The Dispose method unregisters the designer's event handlers from all data source events.

.NET Framework
Available since 2.0
Return to top
Show: