WorkspaceEventArgs.firingEvent Property

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

Description

The event that the firing is in response to.

Syntax

"workspaceEventArgs_var" is a variable referencing a WorkspaceEventArgs object.

# Get the value of the property.
propertyValue = workspaceEventArgs_var.firingEvent
"workspaceEventArgs_var" is a variable referencing a WorkspaceEventArgs object.
#include <Core/UserInterface/WorkspaceEventArgs.h>

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

Property Value

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

Version

Introduced in version March 2015