| RenderAreaSourceProcessEvents Method  | 
            Propragate a list of inventor events to the 
            
SoRenderAreaCore owned 
            by the instance.
            
 
Namespace: OIV.Inventor.ViewerComponents.Wpf.RenderAreasAssembly: OIV.Inventor.ViewerComponents.Wpf (in OIV.Inventor.ViewerComponents.Wpf.dll) Version: 2025.2.0.Release.d1acdfb623bbaf7982dff84bc1859f85fbf21864
Syntaxpublic bool ProcessEvents(
	IList<SoEvent> eventList
)
Public Function ProcessEvents ( 
	eventList As IList(Of SoEvent)
) As Boolean
public:
virtual bool ProcessEvents(
	IList<SoEvent^>^ eventList
) sealed
abstract ProcessEvents : 
        eventList : IList<SoEvent> -> bool 
override ProcessEvents : 
        eventList : IList<SoEvent> -> bool Parameters
- eventList
 - Type: System.Collections.GenericIListSoEvent
The list of inventor events. 
Return Value
Type: 
Booleantrue if all the events have been handled, 
false otherwise.
Implements
SiRenderAreaInteractiveProcessEvents(IListSoEvent)
Remarks
            This method is mainly called to process touch events.
            
See Also