__ClassOperationEvent

[This is preliminary documentation and subject to change.]

The __ClassOperationEvent system class is a base class for all events relating to class creation, modification, and deletion. Events of this type are not directly generated; only events of the subclass types are generated.

class __ClassOperationEvent : __Event
{
    object TargetClass;
}; 

Properties

TargetClass
A copy of the class definition that caused the event; for example, a copy of the deleted class, the created class, or the modified definition of a class.

See Also

__ClassCreationEvent, __ClassDeletionEvent, __ClassModificationEvent