Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Adds an event handler to the OnOutputChange event.
Control types supported
Standard controls
Syntax
var control = formContext.getControl("<name>");
control.addOnOutputChange(myFunction);
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
myFunction |
Function | Yes | The function to add to the OnOutputChange event. The execution context is automatically passed as the first parameter to this function. |