예제 #1
0
 private void UpdateText(object sender, RoutedEventArgs e)
 {
     TextBoxText.GetBindingExpression(TextBox.TextProperty).UpdateSource();
 }