eventType

Type: Integer

The read-only eventType property of the Notification class is set to the eventType parameter of the notification request.

The eventType property specifies the type of event for which the notification is requested. The global constants in the SystemEvents category for the types of event that can be requested 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