IWebApplicationScriptEvents interface
Enables a debugging or authoring app to receive notification of scripting engine events.
Members
The IWebApplicationScriptEvents interface inherits from the IUnknown interface. IWebApplicationScriptEvents also has these types of members:
Methods
The IWebApplicationScriptEvents interface has these methods.
| Method | Description |
|---|---|
| BeforeScriptExecuted |
Fired before any script is executed on the page. |
| ScriptError |
Fired when an unhandled script error occurs. |
Requirements
|
Minimum supported client | Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [desktop apps only] |
|
IDL |
|
Community Additions
ADD
Show: