The Edit built-in copy ispec and copy event method is called during the validation phase of the copy cycle. The copy ispec or copy event's Main method is not called during this phase.
Note: This built-in method can be overridden however you cannot change its Visibility property.
Syntax for non-Keyed Ispecs and Events
<<copy ispec || copy event>>::Edit(void) : void
Syntax for Keyed Ispecs
<<copy ispec || copy event>>::Edit(Maint : stringExpression) : void
Owner
Any copy ispec or copy event.