ValidateInputsEventArgs.inputs Property

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

Description

Returns the collection of command inputs that are associated with the command this event is being fired for.

Syntax

"validateInputsEventArgs_var" is a variable referencing a ValidateInputsEventArgs object.

# Get the value of the property.
propertyValue = validateInputsEventArgs_var.inputs
"validateInputsEventArgs_var" is a variable referencing a ValidateInputsEventArgs object.
#include <Core/UserInterface/ValidateInputsEventArgs.h>

// Get the value of the property.
Ptr<CommandInputs> propertyValue = validateInputsEventArgs_var->inputs();

Property Value

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

Version

Introduced in version May 2016