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!

ReadWriteControlDesigner.OnBehaviorAttached

Notification that is fired upon the designer being 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

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