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.OnBehaviorDetached

Notification that is called when the designer is detached from the behavior.

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

See Also

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