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