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

Notification indicating that the associated HTML element has been removed from the main document tree/markup.

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

See Also

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