onContactAddSave (event)
Description
Event called just before a contact has been added.
Can be cancelled by returning false.

Parameters
windowHandle number

Return value
success boolean

Example
function onContactAddSave(windowHandle)
    -- Prevents any contact being added
    ui.printNotificationError("Cannot add contacts!")
    return false
end

Comments

See also

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