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!

DHTMLBehavior.OnDesignerDetached

Notification indicating that the associated control designer has been detached from this behavior instance.

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

See Also

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