Remote Script Page Class Library

RemoteScriptPage.OnRemoteScriptRequest Event

Raised on page requests initiated from the remote script JavaScript object

[Visual Basic]
Public Event OnRemoteScriptRequest As RemoteScriptEventHandler 
[C#]
public event RemoteScriptEventHandler OnRemoteScriptRequest;
[C++]
public: __event RemoteScriptEventHandler* OnRemoteScriptRequest;

[JScript] In JScript, you can use the events defined by a type, but you cannot define your own.

See Also

RemoteScriptPage Class | RemoteScript.Pages Namespace