The derived CogChangedEventArgs fired by CogResultsAnalysisExpressions. These
event args contain additional information indicating whether the change was
directly to the firing expression object (sender) or to a dependency. In the
root dependency event args (the one that has DependencyEvent == false), it
contains the OldValue of the changed state (indicated in the root event args
StateFlags).
Run parameters for the results analysis tool. Contains a collection of named
expressions to be evaluated when the tool is run. Note that the expressions are
enumerated in the order in which they are evaluated.
Vector input expression. Holds one ICollection value that may be connected
to a tool input terminal, and the name of a property to select on the collection elements.
When evaluated, returns an array of the values of the selected member on each element.