Occurs when the value in the in-place editor is changed.
Declaration
SetEditValue(Data, Value)
Parameters
Data | [in] | Required | Object | |
Value | [in] | Required | Variant |
Description
The SetEditValue
event occurs when the value in the in-place editor is changed. The event handler can save this value to a global script variable or an operation’s field.
Parameters
The event has the following parameters:
Data
An object that provides access to the operation fields. This object contains properties that correspond to individual operation fields and whose names coincide with the field names.
Value
The new value in the in-place editor.
See Also
Events Reference
StartEditing Event
GetEditValue Event
HasChanges Event
Validate Event
ApplyChanges Event
ValidationMessage Event
Creating Keyword Test Operations