コード例 #1
0
 private void editButton_Click(object sender, RoutedEventArgs e)
 {
     ViewMSOTcSystem.ChangeModalAndEditState(true, this);
     KeyboardNavigation.SetTabNavigation(this, KeyboardNavigationMode.Cycle);
 }
コード例 #2
0
 private void saveButton_Click(object sender, RoutedEventArgs e)
 {
     ViewMSOTcSystem.ChangeModalAndEditState(false, this);
     KeyboardNavigation.SetTabNavigation(this, KeyboardNavigationMode.Continue);
 }