Programmer's Guide > Interfaces > AEvent interface > EventModule enumeration
  
EventModule enumeration
An integer showing which event module generated the event.
The EventModule enumeration has the following constants of type unsigned short.
MUTATION_EVENTS = 1
Shows the event originated from the MutationEvents module.
UI_EVENTS = 2
Shows the event originated from the UIEvents module.
MOUSE_EVENTS = 3
Shows the event originated from the MouseEvents module.
AEDIT_EVENTS = 4
Shows the event originated from the AEditEvents module.
WINDOW_EVENTS = 5
Shows the event originated from the WindowEvents module.
CONTROL_EVENTS = 6
Shows the event originated from the ControlEvents module.
MENU_EVENTS = 7
Shows the event originated from the MenuEvents module.
TOOLBAR_EVENTS = 8
Shows the event originated from the ToolBarEvents module.
ACTIVEX_EVENTS = 9
Shows the event originated from the ActivexEvents module.
ADOCUMENT_EVENTS = 10
Shows the event originated from the ADocumentEvents module.
APPLICATION_EVENTS = 11
Shows the event originated from the ApplicationEvents module.
CMSOBJECT_EVENTS = 12
Shows the event originated from the CMSObjectEvents module.
CMSSESSIONCONSTRUCT_EVENTS = 13
Shows the event originated from the CMSSessionConstruct module.
CMSSESSIONCREATE_EVENTS = 14
Shows the event originated from the CMSSessionCreate module.
CMSSESSIONFILE_EVENTS = 15
Shows the event originated from the CMSSessionFile module.
CMSSESSIONBURSTDOCUMENT_EVENTS = 16
Shows the event originated from the CMSSessionBurstDocument module.
CMSSESSIONDISCONNECT_EVENTS = 17
Shows the event originated from the CMSSessionPreConnect module.
CMSADAPTERCONNECT_EVENTS = 18
Shows the event originated from the CMSAdapterConnectEvents module.
CMSADAPTERDISCONNECT_EVENTS = 19
Shows the event originated from the CMSAdapterDisconnectEvents module.
ADOCUMENTENTITY_EVENTS = 20
Shows the event originated from the ADocumentEntityEvents module.