Share

HTMLEvent.name Property

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

Description

The name of the event - e.g. "DocumentOpening"

Syntax

"hTMLEvent_var" is a variable referencing a HTMLEvent object.

# Get the value of the property.
propertyValue = hTMLEvent_var.name

Property Value

This is a read only property whose value is a string.

Version

Introduced in version March 2017

Was this information helpful?