Share

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

Property Value

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

Version

Introduced in version March 2021

Was this information helpful?