HttpEventArgs.firingEvent Property

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

Description

The event that the firing is in response to.

Syntax

"httpEventArgs_var" is a variable referencing a HttpEventArgs object.

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

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

Property Value

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

Version

Introduced in version January 2024