Table of Contents

TUserEmailChangedArgs Class

Arguments passed to the OnUserEmailChanged event, fired after a user's email address has been changed.

Syntax

Unit: Sphinx.EventArgs

TUserEmailChangedArgs = class(TSphinxModuleArgs);

Properties

Name Description
Data Optional application-defined data supplied by the caller that initiated the operation.
OldEmail The email address the user had before the change.
User The user whose email address was changed, already holding the new address.