从ComparisonCondition访问EventTrigger的EventArgs?

时间:2019-04-17 12:12:36

标签: wpf xaml blend attachedbehaviors

我正在使用Blend 2019并尝试XamlBehaviors。当控件的IsEnabled值更改时,我想以不同的方式使用ChangePropertyAction更改属性。

IsEnabledChanged事件参数包含新的IsEnabled值。是否可以使用来自AnalysisCondition的XAML访问此值并将其用作操作数?

<Interactions:Interaction.Triggers>
  <Interactions:EventTrigger EventName="IsEnabledChanged">
    <Interactions:Interaction.Behaviors>
      <Interactions:ConditionBehavior>
        <Interactions:ConditionalExpression>
          <Interactions:ComparisonCondition LeftOperand ={*something?*} RightOperand="True"/>

0 个答案:

没有答案