DocumentEventArgs.firingEvent Property

Parent Object: DocumentEventArgs
Defined in namespace "adsk::core" and the header file is <Core/Application/DocumentEventArgs.h>

Description

The event that the firing is in response to.

Syntax

"documentEventArgs_var" is a variable referencing a DocumentEventArgs object.

# Get the value of the property.
propertyValue = documentEventArgs_var.firingEvent
"documentEventArgs_var" is a variable referencing a DocumentEventArgs object.
#include <Core/Application/DocumentEventArgs.h>

// Get the value of the property.
Ptr<Event> propertyValue = documentEventArgs_var->firingEvent();

Property Value

This is a read only property whose value is an Event.

Version

Introduced in version August 2014