removeOnPreStageChange (Client API reference)
Removes an event handler from the OnPreStageChange event.
Syntax
formContext.data.process.removeOnPreStageChange(myFunction);
Parameter
| Name | Type | Required | Description |
|---|---|---|---|
| myFunction | Function reference | Yes | The function to be removed from the OnPreStageChange event. |