NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlControlDesigner.OnBehaviorAttached

Notification that is called when the designer is attached to the behavior.

[Visual Basic]
Overridable Protected Sub OnBehaviorAttached()
[C#]
protected virtual void OnBehaviorAttached();
[C++]
protected: virtual void OnBehaviorAttached();
[JScript]
protected function OnBehaviorAttached();

See Also

HtmlControlDesigner Class | HtmlControlDesigner Members | System.Web.UI.Design Namespace