Share

InputChangedEventArgs.inputs Property

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

Description

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

Syntax

"inputChangedEventArgs_var" is a variable referencing an InputChangedEventArgs object.

# Get the value of the property.
propertyValue = inputChangedEventArgs_var.inputs

Property Value

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

Version

Introduced in version May 2016

Was this information helpful?