HandleEvent method

eRoom calls this method to notify the synchronous event handler that an event has occurred. Implement the HandleEvent method by writing code that uses SAAPI to respond accordingly to the event.  

Syntax


C++

HRESULT HandleEvent(
   
IERUSynchronousEvent *pEventInfo)

Scripting languages

Public Sub IERUEventHandler_HandleEvent(
   ByVal
pEventInfo as eRoomAPI.IERUSynchronousEvent)

Parameters


pEventInfo

A pointer to the event object that represents the event that occurred.

Home

Applies to

IERUEventHandler

See Also
IERUSynchronousEvent