Table of Contents

TUserCreatedArgs Class

Arguments passed to the OnUserCreated event, fired after Sphinx has created a new user.

Remarks

The event handler can use it to run application-specific logic, such as provisioning related data or sending a welcome message.

Syntax

Unit: Sphinx.EventArgs

TUserCreatedArgs = class(TSphinxModuleArgs);

Properties

Name Description
Data Optional application-defined data supplied by the caller that initiated the operation.
User The newly created user.