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