| SiRenderAreaInteractiveProcessEvents Method  | 
Processes the passed event to the scene graph managed here. 
 
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxbool ProcessEvents(
	IList<SoEvent> eventList
)
Function ProcessEvents ( 
	eventList As IList(Of SoEvent)
) As Boolean
bool ProcessEvents(
	IList<SoEvent^>^ eventList
)
abstract ProcessEvents : 
        eventList : IList<SoEvent> -> bool 
Parameters
- eventList
 - Type: System.Collections.GenericIListSoEvent
 
Return Value
Type: 
Boolean
RemarksReturns true if at least one event was handled by a node. 
See Also