__ClassDeletionEvent

[This is preliminary documentation and subject to change.]

The __ClassDeletionEvent system class is generated when a class is deleted from the CIMOM database.

class __ClassDeletionEvent : __ClassOperationEvent
{
    // object TargetClass; inherited from base class
};
 

Properties

TargetClass
Inherited from __ClassOperationEvent. Contains a copy of the class that was deleted.

See Also

__ClassOperationEvent