DataEventArgs.firingEvent Property

Parent Object: DataEventArgs
Defined in namespace "adsk::core" and the header file is <Core/Dashboard/DataEventArgs.h>

Description

The event that the firing is in response to.

Syntax

"dataEventArgs_var" is a variable referencing a DataEventArgs object.

# Get the value of the property.
propertyValue = dataEventArgs_var.firingEvent
"dataEventArgs_var" is a variable referencing a DataEventArgs object.
#include <Core/Dashboard/DataEventArgs.h>

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

Property Value

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

Version

Introduced in version January 2022