onDataEditing - event of the PmgWCombo object
Description:
The event is triggered on changing the selected value, for example on browsing through the list or on entering new characters.
Parameters:
pMe | (Object) Reference to the PmgWCombo object where the event rises. |
pEvent | (Object) Reference to an object describing detailed information about the specific event.
The pEvent parameter is not used here because this event does not need any additional information. |
---|
Note:
The event is triggered multiply while the value is being selected.
For confirmed selection end capturing see the
onDataEditAccept event.
For cancelled selection capturing see the
onDataEditCancel event.
This event is triggered only if the "
Control enabled" configurator is checked.
This event is
not functional yet
in the Web panel.