ApplicationCommandEventArgs.firingEvent Property

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

Description

The event that the firing is in response to.

Syntax

"applicationCommandEventArgs_var" is a variable referencing an ApplicationCommandEventArgs object.

# Get the value of the property.
propertyValue = applicationCommandEventArgs_var.firingEvent
"applicationCommandEventArgs_var" is a variable referencing an ApplicationCommandEventArgs object.
#include <Core/UserInterface/ApplicationCommandEventArgs.h>

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

Property Value

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

Version

Introduced in version November 2015