Method WithOnUpdateScript
WithOnUpdateScript(string)
Sets the script to be executed when a DOM instance is updated.
public T WithOnUpdateScript(string scriptName)
Parameters
scriptName
stringThe name of the script to execute on update, or an empty string to not execute a script.
Returns
- T
The builder instance for chaining.
Exceptions
- ArgumentNullException
Thrown when
scriptName
isnull
.