StdObjectCopy event

Occurs before Windows client creates a new object in a collection or subcollection, initializes it with values from the current object, and makes the new object the current object during execution of:

  • The default implementation of the StdFormCopy event
  • An event handler of the type Collection Copy
  • The Copy 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.