KeyboardEvent.name Property

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

Description

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

Syntax

"keyboardEvent_var" is a variable referencing a KeyboardEvent object.

# Get the value of the property.
propertyValue = keyboardEvent_var.name
"keyboardEvent_var" is a variable referencing a KeyboardEvent object.
#include <Core/UserInterface/KeyboardEvent.h>

// Get the value of the property.
string propertyValue = keyboardEvent_var->name();

Property Value

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

Version

Introduced in version August 2014