eventType

Use the eventType parameter of the endClassesNotification method to specify the type of event for which the notification subscription is to be terminated.

The valid values for system event types, represented by global constants in the SystemEvents category, are listed in the following table.

Global Constant Integer Value Description
Any_System_Event 0 Object has been created, deleted, or updated
Object_Create_Event 4 Object has been created
Object_Delete_Event 6 Object has been deleted
Object_Update_Event 3 Object has been updated

User events are in the range User_Base_Event through User_Max_Event.