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