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

Notification indicating that the associated control designer has been attached to this behavior instance.

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

See Also

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