Share

HTMLEventArgs.firingEvent Property

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

Description

The event that the firing is in response to.

Syntax

"hTMLEventArgs_var" is a variable referencing a HTMLEventArgs object.

# Get the value of the property.
propertyValue = hTMLEventArgs_var.firingEvent

Property Value

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

Version

Introduced in version March 2017

Was this information helpful?