Table of Contents

Event ScriptResult

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when your application receives results after RunScriptAsync call.

public event EventHandler<WebBrowserEventArgs>? ScriptResult

Returns

EventHandler<WebBrowserEventArgs>
Occurs when your application receives results after RunScriptAsync call.
Implements

Remarks

For usage details see description of RunScriptAsync method.