ReadWriteControlDesigner.OnBehaviorAttached Method ()

 
Note: This API is now obsolete.

Provides notification that is raised when a behavior is attached to the designer.

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

[ObsoleteAttribute("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")]
protected override void OnBehaviorAttached()

System_CAPS_noteNote

The OnBehaviorAttached method is obsolete. Use the members of the ControlDesigner.Tag property instead. For example, use the SetAttribute and GetAttribute methods on the ControlDesigner.Tag property to map properties to styles.

.NET Framework
Available since 1.1
Return to top
Show: