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