質問

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.

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top