__ClassModificationEvent

[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;
};
 

Properties

TargetClass
Inherited from __ClassOperationEvent. Contains a copy of the class that was deleted.
PreviousClass
Contains a copy of the previous version of the class before it was modified.

See Also

__ClassOperationEvent