RenderEventArgs.firingEvent Property

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

Description

The event that the firing is in response to.

Syntax

"renderEventArgs_var" is a variable referencing a RenderEventArgs object.

# Get the value of the property.
propertyValue = renderEventArgs_var.firingEvent
"renderEventArgs_var" is a variable referencing a RenderEventArgs object.
#include <Fusion/Render/RenderEventArgs.h>

// Get the value of the property.
Ptr<Event> propertyValue = renderEventArgs_var->firingEvent();

Property Value

This is a read only property whose value is an Event.

Version

Introduced in version September 2023