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