NavigationEventArgs.firingEvent Property

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

Description

The event that the firing is in response to.

Syntax

"navigationEventArgs_var" is a variable referencing a NavigationEventArgs object.

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

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

Property Value

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

Version

Introduced in version March 2021