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