CustomEventArgs.firingEvent Property

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

Description

The event that the firing is in response to.

Syntax

"customEventArgs_var" is a variable referencing a CustomEventArgs object.

# Get the value of the property.
propertyValue = customEventArgs_var.firingEvent
"customEventArgs_var" is a variable referencing a CustomEventArgs object.
#include <Core/Application/CustomEventArgs.h>

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

Property Value

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

Version

Introduced in version January 2017