HtmlControlDesigner.OnBehaviorDetaching Method
.NET Framework 3.0
NOTE: This method is now obsolete.
Called when a behavior disassociates from the element. Namespace: System.Web.UI.DesignAssembly: System.Design (in system.design.dll)
[ObsoleteAttribute(L"The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")] protected: virtual void OnBehaviorDetaching ()
/** @attribute ObsoleteAttribute("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202") */
protected void OnBehaviorDetaching ()
ObsoleteAttribute("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202") protected function OnBehaviorDetaching ()
Not applicable.
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. |
Community Additions
ADD
Show:
Note: