v2.33
 
IEvent Interface Reference

Represents the base interface for all events. More...

Inheritance diagram for IEvent:
IApplicationCloseEvent IProjectCloseEvent

Public Member Functions

HRESULT GetEventType ([out, retval] enum EventType *pType)
 Returns the type of the event.
 

Detailed Description

Represents the base interface for all events.

See also
IApplicationCloseEvent, IProjectCloseEvent

Member Function Documentation

◆ GetEventType()

HRESULT GetEventType ( [out, retval] enum EventType * pType)

Returns the type of the event.

Parameters
[out]pTypetype of the event.
See also
EventType