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!

WebControlDesigner.OnBehaviorAttached

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

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

See Also

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