On Field Control Deactivate
When it is launched
The script is launched before a field stops being active.
The field that is going to be activated next is passed to the script as an input parameter. This parameter can be changed.
Parameters
Name | Type | Access | Description |
---|---|---|---|
Context | IFieldControl | Read/write | The field being deactivated |
NewActiveControl | IBoxedFieldControl | Read/write |
The field being activated. Note: The property has null value if the field that is going to be activated belongs to another document. |
WasModified | bool | Read/write | Specifies whether the field was modified |
4/12/2024 6:16:02 PM