Share

ApplicationEvent.name Property

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

Description

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

Syntax

"applicationEvent_var" is a variable referencing an ApplicationEvent object.

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

Property Value

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

Version

Introduced in version January 2016

Was this information helpful?