Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables the ability to perform custom actions on a project when a new instance of the project is created.
Syntax
protected void created(str name)
Run On
Called
Parameters
- name
Type: str
The name of the project instance.
Remarks
This method is called when a new instance of the project is created. Override this method to perform custom actions on your project.
See Also
ProjectNode.saveProject Method