onDataEditing - event of the PmgWEdit object
Description:
The event is triggered on changing the object content after switching the object into the edit mode and only in process of editing the value to the end of the edit mode.
See the "
Attributes" tab.
Parameters:
pMe | (Object) Reference to the PmgWEdit 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 edit end capturing see the
onDataEditAccept event.
For cancelled editation 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.