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

Notification indicating that the associated HTML element has been added to the main document tree/markup.

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

See Also

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