Remote Script Page Class Library

RemoteScriptPage Events

The events of the RemoteScriptPage class are listed below. For a complete list of RemoteScriptPage class members, see the RemoteScriptPage Members topic.

Public Instance Events

AbortTransaction (inherited from TemplateControl) Occurs when a user aborts a transaction.
CommitTransaction (inherited from TemplateControl) Occurs when a transaction completes.
DataBinding (inherited from Control) Occurs when the server control binds to a data source.
Disposed (inherited from Control) Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
Error (inherited from TemplateControl) Occurs when an unhandled exception is thrown.
Init (inherited from Control) Occurs when the server control is initialized, which is the first step in the its lifecycle.
Load (inherited from Control) Occurs when the server control is loaded into the Page object.
OnRemoteScriptRequest Raised on page requests initiated from the remote script JavaScript object
PreRender (inherited from Control) Occurs when the server control is about to render to its containing Page object.
Unload (inherited from Control) Occurs when the server control is unloaded from memory.

See Also

RemoteScriptPage Class | RemoteScript.Pages Namespace