v2.30
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. More...
 

Detailed Description

Represents the base interface for all events.

See also
IApplicationCloseEvent, IProjectCloseEvent

Member Function Documentation

◆ GetEventType()

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

Returns the type of the event.

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