Returns the command input that has just changed.
# Get the value of the property.propertyValue = inputChangedEventArgs_var.input
#include <Core/UserInterface/InputChangedEventArgs.h>// Get the value of the property.Ptr<CommandInput> propertyValue = inputChangedEventArgs_var->input();