Delegate ScriptEventHandler
Gets a reference to the JavaScript object that raised the event.
Namespace: System.Windows.Browser
Assembly: OpenSilver.Browser.dll
Syntax
public delegate void ScriptEventHandler(ScriptObject sender, ScriptObject args);
Parameters
Type | Name | Description |
---|---|---|
ScriptObject | sender | A reference to the JavaScript object that raised the event. |
ScriptObject | args | A reference to the complex type that is passed as an event argument. |