onBackupCreate - event of the PmaTrendGroup object
Description:
The event is triggered on the request for creating new backup (still before creating the backup). In the pEvent.NewName and pEvent.NewTitle parameters the new system name, eventually the user-defined name of the backup, is preset.
Both these items can be changed and the new system name and new user-defined name of the backup can be entered that is created afterwards.
Parameters:
| pMe | (Object) Reference to the PmaTrendGroup object where the event rises. |
| pEvent | (Object) Reference to an object describing detailed information about the specific event.
pEvent.NewName - ( String) [ for read and write] Preset system name of the backup, for example Trend10; it can be changed by writing into this parameter.
pEvent.NewTitle - ( String) [ for read and write] Preset user-defined name of the backup, for example Smelt no. 10; it can be changed by writing into this parameter. |
|---|