HtmlControlDesigner::OnBehaviorDetaching Method ()
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Return to top
Called when a behavior disassociates from the element.
Assembly: System.Design (in System.Design.dll)
Note |
|---|
The OnBehaviorDetaching method is obsolete. Use the SetAttribute and GetAttribute methods on the Tag property to map properties to styles. Use the GetDesignTimeCssAttributes method on the ContainerControlDesigner class to set styles for the control at design time. Override the Dispose method for the control designer to perform actions before the designer object is released. |
Notes to Inheritors:
The M:System.Web.UI.Design.HtmlControlDesigner.OnBehaviorDetaching method can be overridden and implemented to perform additional processing when a behavior is detached from the designer.
.NET Framework
Available since 1.1
Available since 1.1
Show:
