OnUserDetailsUpdate

Description

This event will be triggered when the user details is being updated successfully.

Params

An array with one item; the user class object.

Array
(
    [0] => $objUser
)


Example

function onUserDetailsUpdate( $arrItems ) 
{
    /* perform your user detail update success handler here */
}