Nach Ordnungsbegriffen durchsuchen

LostFocus (TextBox) vs. Buttons IsDefault-Property
02 Mai 08 11:52 | .NET Rocker » TrivadisContent
If you bind the Text-Property of a TextBox to something, the "something" is updated when the TextBox loses focus. This is the Default-UpdateSourceTrigger defined in the Metadata for the TextBox.TextProperty. In a Data Binding you can specify another...