Programmer's Guide > Interfaces > AEvent interface > EventDomain enumeration
  
EventDomain enumeration
An integer showing which event domain the event belongs to.
The EventDomain enumeration has the following constants of type unsigned short.
DOCUMENT_DOMAIN = 1
Shows the event was created by and used in a document.
WINDOW_DOMAIN = 2
Shows the event was created by and used in a window.
APPLICATION_DOMAIN = 3
Shows the event was created by and used in the application.
CMSOBJECT_DOMAIN = 4
Shows the event was created by and used in a CMS object.
CMSSESSION_DOMAIN = 5
Shows the event was created by and used in a CMS session.
CMSADAPTER_DOMAIN = 6
Shows the event was created by and used in a CMS adapter.