|
Data handler (CustomDataHandler class) |
|
This handler allows you to add custom actions to the following events:
The events are applied to all data items that are stored to the database. It includes documents, user information or any other settings. They receive the data object of type DataClass that can be modified. In case of delete handlers, the class name and ID is provided.
Example
The following example shows how to handle the OnAfterUpdate event and send the password to the user whenever her profile is updated:
[C#]
[C#]
|