onMemberUpdated( )


Deprecated. This event will continue to work, but a newer version is available at onMemberUpdated().

An event that is triggered when a site member's information is updated.

The onMemberUpdated() event handler runs when a site member's information is updated. The received UpdatedMemberEvent object contains information about the site member whose information was updated.

Note: Backend events don’t work when previewing your site.

Method Declaration
Copy
Method Parameters
eventUpdatedMemberEventRequired

Information about the site member whose information was updated.

Did this help?