Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようなテキスト ボックスがあるとします。
<TextBox Text="{Binding MyBoundProperty, Mode=TwoWay"/>
コードビハインドで「MyBoundProperty」を見つけて設定する簡単な方法はありますか?
TextBox (OnTextBoxKeyUp イベントをキャッチ) のカスタム添付プロパティで作業しており、いくつかのシナリオ (スキャンが発生したとき) でプロパティを直接設定したいと考えています。
双方向バインディングの場合、TextBox の Text プロパティを変更すると、ソースが更新されます。