ActiveSelectionEventArgs.firingEvent Property

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

Description

The event that the firing is in response to.

Syntax

"activeSelectionEventArgs_var" is a variable referencing an ActiveSelectionEventArgs object.

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

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

Property Value

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

Version

Introduced in version August 2020