[This is preliminary documentation and subject to change.]
The __ClassModificationEvent system class is generated when a class definition is changed in the CIMOM database. The event reports both the new and old versions of the class definition.
class __ClassModificationEvent : __ClassOperationEvent
{
// object TargetClass; inherited from base class
object PreviousClass;
};