onContactEditorSaved (event)
Description
Event called after a contact has been saved.

Parameters
contactID number

Return value
none

Example
function onContactEditorSaved(contactID)
    ui.printNotificationError("Edited contact " .. contactID)
end

Comments
Event is not called when a contact is first added.

See also
onContactEditorSave

Back
Generated on the 26 June 2024 at 22:01:30 (UK Time)