StdObjectNew event
This event occurs before the application creates a new object in the current collection or subcollection and initializes it with default values.
- The default implementation of the StdFormNew event
 - An event handler of the type Collection New
 - The New method in a script
 
The default implementation fires the following sequence of standard events:
- StdObjectNew
 - StdObjectSelectCurrent
 - StdObjectSelectCurrentCompleted
 - StdObjectNewCompleted
 
Your application cannot call the default implementation by generating the event.
Remarks
The default implementation is a collection-level operation, which can occur in a collection whether or not the collection is current.