Share

RenderEventHandler.notify Method

Parent Object: RenderEventHandler
Defined in namespace "adsk::fusion" and the header file is <Fusion/Render/RenderEventHandler.h>

Description

The function called by Fusion when the associated event is fired.

Syntax

"renderEventHandler_var" is a variable referencing a RenderEventHandler object.
returnValue = renderEventHandler_var.notify(eventArgs)

Parameters

Name Type Description
eventArgs RenderEventArgs Returns an object that provides access to additional information associated with the event.

Version

Introduced in version September 2023

Was this information helpful?