ClassAfterChange

concerns

The class function ClassAfterChange will be called after an object is changed to another class.

 

Syntax

ClassAfterChange()

Return value

No

Parameter

No

Notes

The ClassAfterChange function runs after the class change of the object is complete. Note that if an object changes class, the class functions ClassTerminate  of the old object (exceptions see ClassBeforeChange) and  ClassInitialize of the new object is also executed.