InputChangedEventArgs.inputs Property
Parent Object:
InputChangedEventArgsDefined 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
|
"inputChangedEventArgs_var" is a variable referencing an InputChangedEventArgs object.
#include <Core/UserInterface/InputChangedEventArgs.h>
// Get the value of the property. Ptr<CommandInputs> propertyValue = inputChangedEventArgs_var->inputs();
|
Property Value
This is a read only property whose value is a
CommandInputs.
Version
Introduced in version May 2016