HTMLEvent.name Property
Parent Object:
HTMLEventDefined 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
|
"hTMLEvent_var" is a variable referencing a HTMLEvent object.
#include <Core/UserInterface/HTMLEvent.h>
// Get the value of the property. string propertyValue = hTMLEvent_var->name();
|
Property Value
This is a read only property whose value is a string.
Version
Introduced in version March 2017