我创建了一个PreviewGotKeyboardFocusEvent
的类,此事件以正确的方式触发。但是我希望在OnPropChanged
中进行更改时触发currentFrameworkElement
。 currentFrameworkElement
可以是不同的控件,例如TextBox
,CheckBox
,RadioButton
等。例如,当用户切换CheckBox
或在{{{{}}中输入文字时1}}我想触发TextBox
。我怎么能这样做,最好的方法是什么?当OnPropChanged
OnPropChanged
发生变化时会触发Tag
,但这必须明显改变。
currentFrameworkElement