In 3ds Max 2010 and higher, two event handlers can be implemented in struct definitions to be called on struct creation and struct cloning.
The struct event handlers are always private.
These event handlers can be used to perform additional initialization tasks, print out the initial values of variables for debugging purposes, and so on.
This handler is called when an instance of the struct is created.
This handler is called when a copy of a struct instance is created.