1

Can you tell me what event fires when individual textboxes that are bound to a data source using the properties pane gets refreshed?

I wish to use this event to populate a few textboxes that are not bound.

Emad-ud-deen
  • 4,734
  • 21
  • 87
  • 152

1 Answers1

1

It depends on what property control is bound, usually textboxes are bound on Text property, so your "event" is TextChanged event

Amen Ayach
  • 4,288
  • 1
  • 23
  • 23