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.
プロパティ ペインを使用してデータ ソースにバインドされている個々のテキスト ボックスが更新されたときに発生するイベントを教えてください。
このイベントを使用して、バインドされていないいくつかのテキスト ボックスにデータを入力したいと考えています。
バインドされているプロパティ コントロールによって異なります。通常、テキスト ボックスは Text プロパティにバインドされるため、「イベント」はTextChangedイベントです。
TextChanged