MouseEvent.name Property

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

Description

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

Syntax

"mouseEvent_var" is a variable referencing a MouseEvent object.
# Get the value of the property.
propertyValue = mouseEvent_var.name
"mouseEvent_var" Is a variable referencing a MouseEvent Object.
#include <Core/UserInterface/MouseEvent.h>

// Get the value of the property.
string propertyValue = mouseEvent_var->name();
"mouseEvent_var" Is a variable referencing a MouseEvent Object.
// Get the value of the property.
propertyValue = mouseEvent_var.name;

Property Value

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

Version

Introduced in version August 2014