EventArgs.firingEvent Property
Parent Object:
EventArgsDefined in namespace "adsk::core" and the header file is <Core/Application/EventArgs.h>
Description
The event that the firing is in response to.
Syntax
"eventArgs_var" is a variable referencing an EventArgs object.
# Get the value of the property. propertyValue = eventArgs_var.firingEvent
|
"eventArgs_var" is a variable referencing an EventArgs object.
#include <Core/Application/EventArgs.h>
// Get the value of the property. Ptr<Event> propertyValue = eventArgs_var->firingEvent();
|
Property Value
This is a read only property whose value is an
Event.
Version
Introduced in version August 2014