v2.33
 

Enumerations

enum  EventType { EventType_EventTypeNone = 0 , EventType_ProjectClose = 1 , EventType_ApplicationClose = 2 }
 An enumeration type for possible event types. More...
 

Enumeration Type Documentation

◆ EventType

enum EventType

An enumeration type for possible event types.

See also
IApplicationCloseEvent, IProjectCloseEvent
Enumerator
EventType_EventTypeNone 

Not an event.

EventType_ProjectClose 

Project Close event

See also
IProjectCloseEvent
EventType_ApplicationClose 

Application Close event

See also
IApplicationCloseEvent