ApplicationEventArgs.firingEvent Property

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

Description

The event that the firing is in response to.

Syntax

"applicationEventArgs_var" is a variable referencing an ApplicationEventArgs object.

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

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

Property Value

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

Version

Introduced in version January 2016